jQuery 框架框架模拟方案
2012-07-25 21:19 chris-shao 阅读(141) 评论(0) 编辑 收藏 举报(function(){var init=function(s)
{
this.s=s;
}
var a=function(s){
return new init(s);
}
a.fn=init.prototype;
window.$$=a;
})();
$$.fn.test=function(){alert(this.s);return this;};
var sss=$$("teststr").test().test();
$$.test=function(s){alert(s);}
$$.test("bbb");
{
this.s=s;
}
var a=function(s){
return new init(s);
}
a.fn=init.prototype;
window.$$=a;
})();
$$.fn.test=function(){alert(this.s);return this;};
var sss=$$("teststr").test().test();
$$.test=function(s){alert(s);}
$$.test("bbb");