The jQuery UI library comes in multiple forms:
1) A one-file minified version
2) A one-file non-minified version
3) A multiple file non-minified “development bundle”
I’m interested 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:
https://github.com/jquery/jquery
The files you want are in the “src” directory I believe.