摘要: function ready(fn){ if(document.addEventListener){//标准浏览器 document.addEventListener('DOMContentLoaded',function(){ //注销时间避免重复触发 document.removeEventListener('DOMContentLoaded',arguments.call... 阅读全文
posted @ 2016-05-03 17:34 honely1314 阅读(190) 评论(0) 推荐(0) 编辑
摘要: ajax({ url:'google.aspx', type:'POST', date:{name:'honely',age:20}, dateType:'json', success:function(response.xml){ //成功后执行的代码 }, fail:function(status){ //失败后执行的代码 } }); function ajax(op... 阅读全文
posted @ 2016-05-03 15:58 honely1314 阅读(137) 评论(0) 推荐(0) 编辑