摘要:
swap : css交换(内部) 详细内容请点击 -> 当元素的样式为display:none时获取他的宽高 阅读全文
摘要:
var core_slice = Array.prototype.slice; var proxy = function(context,fn) { var args, proxy; if ( typeof fn !== 'function') { return undefined; } args = core_slice.call( arg... 阅读全文
摘要:
proxy : 改变this指向 使用方法1:function show(){ alert(this); }$.proxy(show,document)(); //document 使用方法2:function show(n1,n2){ alert(n1); alert(n2); alert(thi 阅读全文
摘要:
makeArray : 类数组转真数组 merge : 合并数组或转特殊json 使用例子(外部使用): var aDiv = document.getElementsByTagName('div');console.log($.makeArray(aDiv)); //[div,div,div] v 阅读全文
摘要:
把探嗅浏览器的操作提前到代码加载的时候,在代码加载的时候就立刻进行一次判断,以便让globalEval返回一个包裹了正确逻辑的函数 阅读全文