开发者

jQuery development bundle

开发者 https://www.devze.com 2023-03-29 22:27 出处:网络
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\"

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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消