摘要:
Animate 点击我吧 消失 出现 function fadeOut(e,time){ if(typeof e==="string") e=document.getElementById(e); if(!time){ time=500; } var ... 阅读全文
摘要:
jQuery为我们提供了如下方法来支持 Ajax和JSONP跨域访问 全部是加到jQuery的静态方法中去1. jQuery.load( url, [data], [callback] ) :载入远程 HTML 文件代码并插入至 DOM 中。2. jQuery.get( url, [data], [... 阅读全文