摘要:
if we received data like this:,"Date":"\/Date(1410969600000)\/",we can parse it like this:var t = eval('new ' + time.toString().replace(/\//g, ''));va... 阅读全文
摘要:
some people said the change event of checkbox can not trigger in the ie7 or ie8,that's not true.this event can trigger in the ie7 or ie8 ,but you can ... 阅读全文
摘要:
four approachs can cross domain in javascript1.jsonp2.document.domain(only in frame and they have one same parent domain)3.window.name4.window.postMes... 阅读全文
摘要:
some sections in xml are always repeated,I received these file by wcf.I thought it's caused by buffersize of wcf or flush methodof stream.(I don't wha... 阅读全文
摘要:
主要区别是:dialog默认含回退按钮。并且dialog在1.4版中已经过时,1.5中将会移除。下面是原文1:Using a Dialog Window as a PopupA jQuery Mobile dialog window can also be used as popup window.... 阅读全文