jQuery development bundle
The jQuery UI library comes in multiple forms:
1) A one-file minified version2) A one-file non-minified version 3) A multiple file non-minified "development bundle"I'm i开发者_开发百科nterested in the equivalent of the "development bundle" for jQuery. Where can I find it?
Google CDN hosts a non-minified version of the jQuery library:
https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.js
And github is the home of the:
multiple file non-minified "development bundle"
https://github.com/jquery/jquery
The files you want are in the "src" directory I believe.
精彩评论