|
About The CodeFull versions of jQuery UI are available in two formats:
jQuery UI is provided under the MIT and GPL licenses. CDN Hosted jQuery UIA number of large enterprises provide hosted copies of jQuery UI on existing CDN networks that are available for public use. Below are links to the CDN-hosted copies of jQuery UI that you may hotlink to.
Download jQuery UIThis is the recommended version of jQuery UI to use for your application. The code in here should be stable and usable in all modern browsers. Current Release
Past Releases
Build From GitAll source code is kept under Git revision control, which you can browse online. There's a download link available for any file or directory, if you only want to download a portion of the jQuery UI code. If you have access to Git, you can connect to the repository here: git clone git://github.com/jquery/jquery-ui.git You can also check out a specific version of jQuery UI from GitHub at: git clone git://github.com/jquery/jquery-ui.git git checkout <version> e.g. git checkout 1.8.2 If you want to build your own copy of jQuery UI from the Git repository, you will need to build it. Build RequirementsjQuery UI build currently requires the following components to be installed:
Build Process From the root of the jquery-ui repo:
|
