Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download a non-minified version of jQuery UI?

I'm trying to customize the autocomplete combobox

with the intent of using it for nested lists with flyouts. Starting this with the minified version of jQuery UI is obviously not ideal. The download builder only provides minified downloads.

like image 646
Mike Eng Avatar asked Jun 18 '10 20:06

Mike Eng


People also ask

Can I use jQuery UI without jQuery?

If you want to use jQuery. UI you have to include jQuery.

Is jQuery UI free?

jQuery UI is also free. The use of jQuery UI (and all jQuery projects) is under the terms of the MIT license.

Where can I get jQuery?

Downloading jQuery Both versions can be downloaded from jQuery.com.


2 Answers

Look within your standard downloaded zip from jqueryui.com/download, there is a folder:

development-bundle/ui

within that folder, you have everything you need, in non-minimized format. :) You don't need to look any further..

like image 181
ruinernix Avatar answered Sep 22 '22 16:09

ruinernix


For jQuery UI:

  • You can get the latest source right from github here
  • For the full combined release of jquery-ui.js, grab it from Google's CDN

For jQuery Core:

  • Same goes for jQuery core
  • And the CDN/combined version
like image 35
Nick Craver Avatar answered Sep 24 '22 16:09

Nick Craver