aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete/combobox.html
Commit message (Collapse)AuthorAgeFilesLines
* Demos: Remove deprecated button APIsMichał Gołębiowski-Owczarek2024-09-301-4/+2
| | | | | | | | Remove usage of deprecated button options: * `icons`: https://jqueryui.com/upgrade-guide/1.12/#deprecated-icons-options-in-favor-of-icon-and-iconposition * `text`: https://jqueryui.com/upgrade-guide/1.12/#deprecated-text-option-in-favor-of-showlabel Fixes gh-2295 Closes gh-2296
* Update custom_render.html (#2242)mark van tilburg2024-04-251-1/+1
| | | | | This fixes mixed content errors on the selectmenu demo page at jqueryui.com. Closes gh-2242
* All: Remove uses of `jQuery.proxy()`Scott González2017-05-171-1/+1
| | | | | Ref #15160 Closes gh-1813
* Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-301-0/+1
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Autocomplete: Update demos to use AMDAlexander Schmitz2015-07-211-13/+2
| | | | Ref #10119
* Autocomplete: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-4/+4
|
* Tooltip: Add classes optionAlexander Schmitz2015-03-111-1/+3
| | | | | Ref #7053 Ref gh-1411
* Autocomplete: Fix styling for combobox demoScott González2014-07-241-4/+1
| | | | Fixes #10059
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-8/+8
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Autocomplete demo: Use custom namespace for combobox.Scott González2013-04-111-7/+7
|
* Demos: Updating to use instance method on bridgeCorey Frang2013-03-191-1/+1
|
* Autocomplete demo (combobox): Hide select on create. Fixes #9158 - ↵Scott González2013-03-161-0/+1
| | | | Autocomplete Combobox demo shows underlying select by default.
* Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox ↵TJ VanToll2013-03-161-1/+2
| | | | demo does not show Items
* Autocomplete demo (Combobox): Split code into smaller functions.Scott González2013-02-221-64/+81
|
* Autocomplete demo (Combobox): Rename selected event to select.Scott González2013-02-221-1/+1
|
* Autocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - ↵Scott González2013-02-221-15/+3
| | | | Autocomplete: Incorrect escaping in combobox demo.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Autocomplete: Combobox demo - Collapse menu when clicking button.Scott González2012-12-131-7/+7
|
* Tooltip: Escape the title attribute so that it's treated as text and not ↵Scott González2012-11-271-1/+1
| | | | HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content.
* Autocomplete demo: Combobox: Encode search term inside tooltips. Fixes #8859 ↵Scott González2012-11-271-1/+1
| | | | - Autocomplete: XSS in combobox demo.
* Autocomplete demo: Combobox cleanup.Scott González2012-11-261-16/+12
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - ↵Scott González2012-10-251-1/+0
| | | | Autocomplete: Remove data fallbacks.
* 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 combobox demo: Add combobox-specific classes for styling. Fixes ↵Scott González2012-05-141-4/+4
| | | | #8322 - Autocomplete: Combobox demo should not override .ui-button styles.
* Autocomplete combobox demo: Define this.wrapper for use inside destroy().Scott González2012-04-281-1/+1
|
* Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - ↵Scott González2012-04-071-13/+25
| | | | Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0).
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - ↵Scott González2012-02-121-2/+2
| | | | remove uses of 'var self = this;'
* 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-4/+11
|
* Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - ↵Jörn Zaefferer2011-05-101-1/+1
| | | | Combobox: Incorrect button size
* Combobox demo: Set tooltip class via optionJörn Zaefferer2011-05-101-4/+3
|
* Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 ↵Kato Kazuyoshi2011-05-071-24/+29
| | | | - Combobox: not valid value is set.
* Autocomplete (combobox demo): Blur the button on click to avoid a bug.Scott González2011-04-041-0/+3
| | | | Thanks tyron.
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Autocomplete: Update combobox menu to point out limits and link tojzaefferer2011-02-251-0/+1
| | | | explaining it.
* Autocomplete demo (combobox): Fixed tooltips and clearing of select on ↵Scott González2011-01-101-9/+19
| | | | invalid entry.
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-221-2/+11
|\ | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
| * Use tooltip to display hint when combobox input doesn't match anythingjzaefferer2010-04-081-3/+15
| |
* | 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