jQuery無new的格式
var?$$?=?ajQuery?=?function(selector)?{
????this.selector?=?selector;
????return?new?ajQuery(selector);
}為什么這里會導致無限遞歸?
var?$$?=?ajQuery?=?function(selector)?{
????this.selector?=?selector;
????return?new?ajQuery(selector);
}為什么這里會導致無限遞歸?
2015-04-05
舉報
2015-04-23
執行了自身