aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/multiple.html
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Demos: Cleanup.Scott González2012-09-101-9/+2
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Autocomplete: Update live region if focus event is canceled. Remove live ↵Scott González2012-05-161-3/+2
| | | | region on destroy.
* Autocomplete: ARIA live region as extension, adding a messages option. Fixes ↵Jörn Zaefferer2012-05-161-2/+3
| | | | #7840 - Autocomplete: popup results not read by screen-readers
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Autocomplete demos: Coding standards.Scott González2011-05-271-1/+1
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Merge remote branch 'origin/menu'jzaefferer2010-12-221-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js
| * Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-211-0/+1
| |
* | Autocomplete multiple demos: Don't leave the field when tabbing while the ↵Scott González2010-11-191-23/+31
| | | | | | | | menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting.
* | Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
| |
* | Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
| |
* | Demos: Cleanup.Scott González2010-09-091-2/+2
| |
* | Autocomplete demos: Coding standards.Scott González2010-09-091-27/+49
| |
* | Autocomplete: Removed selection handling in IE. No longer needed now that ↵Scott González2010-07-221-7/+0
| | | | | | | | autocomplete ensures that the cursor is placed at the end of the field on select.
* | Autocomplete demos: Added more programming languages and alphabetized.Scott González2010-07-191-1/+1
| |
* | Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - ↵jzaefferer2010-06-231-0/+7
|/ | | | Autocomplete: multiple demos need extra IE handling for cursor position
* Autocomplete: Refactored code for array filtering into ↵jzaefferer2010-04-161-14/+8
| | | | $.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 demojzaefferer2010-04-151-4/+4
|
* Autocomplete: multiple demo addedjzaefferer2010-04-151-0/+75