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.
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.
For jQuery UI:
- You can get the latest source right from github here: http://github.com/jquery/jquery-ui/tree/master/ui/
- For the full combined release jquery-ui.js, grab it from Google's CDN: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.js
For jQuery Core:
- Same goes for jQurey core: http://github.com/jquery/jquery/tree/master/src/
- And the CDN/combined version: http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js
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..