jQuery.fn和jQuery.prototype区别介绍
近期在读jQuery的源码。 发现这里有个东西很难理解。 这里的 jQuery , jQuery.fn , jQuery,fn,init ,jQuery,prototype 都代表什么。 来看下jQuery的源码是怎么样定义的: ++复制代码++ 代码如下: (function( window, undefined ) { var j...
近期在读jQuery的源码。 发现这里有个东西很难理解。 这里的 jQuery , jQuery.fn , jQuery,fn,init ,jQuery,prototype 都代表什么。 来看下jQuery的源码是怎么样定义的: ++复制代码++ 代码如下: (function( window, undefined ) { var j...