2015年7月22日
摘要: null 与 undefined 都是 ==null 为truealert(typeof(123)) numberalert(typeof(NAN)) 打印 number不靠谱alert($.isNumric(NAN))1 isNumeric: function( obj ) { 2 return... 阅读全文
posted @ 2015-07-22 20:53 wf110 阅读(201) 评论(0) 推荐(0) 编辑
摘要: $.holdReady(true);//延迟$.holdReady(false);//解延迟用于下载文件的时候,异步操作$.holdReady(true);$.getScript("a.js",function(){$.holdReady(false);})$.holdReady(true);$.g... 阅读全文
posted @ 2015-07-22 20:30 wf110 阅读(714) 评论(0) 推荐(0) 编辑
摘要: var $=123; //加载jquery.js的时候 里面有句 _$=window.$,保存123的 //noConflict用于 把123 赋回给 window.$ =_$的 阅读全文
posted @ 2015-07-22 16:37 wf110 阅读(142) 评论(0) 推荐(0) 编辑