menu
click here to add a description
click here to add a homepage
Menu: Extracted menu code from autocomplete, updated all dependencies
Tagging the 1.8.1 release.
Autocomplete: Added demo for accent folding.
Autocomplete: Added custom rendering for custom data demo.
Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) file
added tests for enable/disable
Merge branch 'master' of github.com:jquery/jquery-ui
Added left icons and CSS to indent menu option text.
Autocomplete: Fixed href to multiple-remote dmeo in index
Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data
Autocomplete: code improvements for multiple demo
Autocomplete: multiple demo added
Unit tests: Disable stale widget tests on testswarm
Unit tests: Disable stale interaction tests only on testswarm, but allow them to run locally
Unit tests: Try to disable tests only for testswarm; if this works, I'll modify the other ones as well
Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated
Position unit tests: Add module for testswarm to run all tests
Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria attributes test
Autocomplete unit tests: Fix event handling in IE
Progressbar unit test: Ignore false vs. false in IE6 in aria attributes test
Autocomplete and button unit tests: Same remove-role-attr fix as for accordion in destroy-method test
Accordion unit tests: And another height-testing hotfix for Safari 3.x
Accordion unit tests: One more height-testing hotfix for Safari 3.x
Accordion unit tests: Remove role attribute to pass Opera 9 and adjust height tests to tolerate different results, as long as they are consistent
Accordion unit tests: Trying some more style resets for getting accordion tests to pass in Safari 3.x, need to commit to see Testswarm results
Accordion unit tests: Cleaned and fixed destroy-method test, working around html rendering inconsistencies
Accordion unit tests: Cleaned and fixed resize-method test, using #navigation avoids the :visible matching display:none issue in IE8
Effects demos: cleanup
sortable: don't call the base widget _setOption for disabled to avoid the ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class
Autocomplete: Combobox demo update, fixed mustMatch with corrected change event, also added button for toggling the hidden select and an empty-value option. Fixes #5453