慕的地6730654
2018-10-02 20:33
ajQuery.extend({
merge:function(first,second){
var len = +second.length,
j = 0,
i = first.length;
for ( ; j < len; j++ ) {
first[ i++ ] = second[ j ];
}
first.length = i;
return first;
},
b:function(){
alert('111');
}
})
$.merge is not a function
ajQuery is not defined
jQuery源码解析(架构与依赖模块)
84049 学习 · 280 问题
相似问题
回答 2
回答 1