no1:
// Define a local copy of jQuery
var jQuery = function( selector, context ) {// The jQuery object is actually just the init constructor 'enhance...
文章rrr1111
2015-05-31
1605浏览量
非常适合新手的jq/zepto源码分析04
$.extend = function(target){
var deep, args = slice.call(arguments, 1)
if (typeof target == 'boolean') {
deep...