aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Upgrade jQuery to 1.8.0.Scott González2012-08-1312-12/+12
* Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes ...Scott González2012-05-141-4/+4
* Autocomplete combobox demo: Define this.wrapper for use inside destroy().Scott González2012-05-071-1/+1
* Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomple...Scott González2012-04-071-12/+32
* Upgrade jQuery to 1.7.2.Scott González2012-03-2212-12/+12
* Upgrade jQuery to 1.7.1.Scott González2011-11-2212-12/+12
* Upgrade jQuery to 1.7.Scott González2011-11-0912-12/+12
* Upgraded jQuery to 1.6.4.Scott González2011-10-1812-12/+12
* Upgrade jQuery to 1.6.2.Scott González2011-08-0112-12/+12
* jQuery 1.6 support.Scott González2011-07-293-3/+3
* Autocomplete (combobox demo): Blur the button on click to avoid a bug.Scott González2011-04-041-0/+3
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-0212-12/+12
* Autocomplete (Combobox demo): Set the button type to button to prevent form s...Mario Visic2010-12-161-1/+1
* Autocomplete combobox demo: Reset the internal term property when an invalid ...Scott González2010-11-301-0/+1
* Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle dest...Scott González2010-11-231-2/+9
* Autocomplete: Use the text of the option, not the value when checking for val...Scott González2010-11-191-1/+1
* Autocomplete multiple demos: Don't leave the field when tabbing while the men...Scott González2010-11-192-50/+66
* Lossless compression of all non-theme images using ImageOptimPhillip Barnes2010-11-195-0/+0
* Upgraded jQuery to 1.4.4.Scott González2010-11-1212-12/+12
* Autocomplete (maxheight demo): Add padding to account for vertical scrollbar....Scott González2010-11-041-0/+3
* Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - ...Scott González2010-11-021-0/+1
* Upgraded jQuery to 1.4.3.Scott González2010-10-2112-12/+12
* Demos: Cleanup.Scott González2010-09-0913-23/+23
* Autocomplete demos: Coding standards.Scott González2010-09-0913-297/+350
* Autocomplete: Combobox demo cleanupjzaefferer2010-08-291-2/+0
* Autocomplete: Improved cache demo.Scott González2010-08-271-10/+9
* Autocomplete: Removed selection handling in IE. No longer needed now that aut...Scott González2010-07-222-14/+0
* Autocomplete (combobox demo): Set intial value of text field based on value o...Scott González2010-07-201-1/+4
* Autocomplete (combobox demo): Detect valid entries when typed, but not select...Scott González2010-07-201-5/+15
* Autcomplete: Refactored combobox demo.Scott González2010-07-201-50/+60
* Autocomplete: Clear selectedItem property whenever the user types something. ...Scott González2010-07-201-0/+1
* Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ...Scott González2010-07-191-0/+1
* Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are n...Scott González2010-07-192-2/+8
* Autocompelte demos: Renamed the scrollable demo so the title fits on one line...Scott González2010-07-191-1/+1
* Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: d...Scott González2010-07-192-0/+53
* Autocomplete demos: Added more programming languages and alphabetized.Scott González2010-07-193-15/+24
* Autocomplete: Moved all demo images into /demos/autocomplete/images.Scott González2010-07-1911-7/+7
* Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - a...Scott González2010-07-195-0/+15
* Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - A...jzaefferer2010-06-232-0/+14
* Autocomplete: Changed cache demo to cache all results.Scott González2010-04-231-25/+8
* Autocomplete: Added demo for accent folding.Scott González2010-04-211-0/+64
* Autocomplete: Added custom rendering for custom data demo.Scott González2010-04-211-1/+7
* Autocomplete: Fixed href to multiple-remote dmeo in indexjzaefferer2010-04-161-1/+1
* Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filt...jzaefferer2010-04-164-18/+87
* Autocomplete: code improvements for multiple demojzaefferer2010-04-151-4/+4
* Autocomplete: multiple demo addedjzaefferer2010-04-152-0/+76
* Autocomplete: Combobox demo update, fixed mustMatch with corrected change eve...jzaefferer2010-04-081-7/+12
* Autocomplete: Change demo title in index.file to fit it in one lineunknown2010-04-061-1/+1
* Added link to categories-demo to autocomplete demos index. Still need to move...Jörn Zaefferer2010-04-051-0/+1
* Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436...jzaefferer2010-03-261-1/+1