aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
Commit message (Collapse)AuthorAgeFilesLines
* All: Drop support for IE & some other browsers (but mostly IE)Michał Gołębiowski-Owczarek2024-05-151-6/+0
| | | | Closes gh-2249
* 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
* demos: Replace search.php with $.ajaxTransport() mockTimo Tijhof2024-01-035-601/+8
| | | | Fixes jquery/jqueryui.com#203 Closes gh-2187
* Demos:Tests: Avoid self-closing HTML tagsMichał Gołębiowski-Owczarek2023-05-101-2/+2
| | | | | | | | | Self-closing tags are reported by newer versions of the htmllint Grunt plugin. They also don't make sense in our HTML files since they are not XHTML-compliant and they run in HTML mode anyway. Ref gh-2157
* All: Migrate away from deprecated/removed Core APIsMichał Gołębiowski-Owczarek2019-12-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary of the changes: * Build: Add jQuery 3.2.0-3.4.1 to versions UI can be tested against * Build: Load jQuery & Migrate via HTTPS * Build: Add package-lock.json to .gitignore * Build: Update jQuery Migrate from 3.0.0 to 3.1.0 * Build: Allow to run tests against jQuery 3.x-git * Build: Fix formatting according to JSCS rules * Build: Disable JSCS for the inlined jQuery Color * All: Switch from $.isArray to Array.isArray (jQuery.isArray will be removed in jQuery 4.0) * All: Switch from `$.isFunction( x )` to `typeof x === "function"` (jQuery.isFunction will be removed in jQuery 4.0) * All: Inline jQuery.isWindow as it'll be removed in jQuery 4.0 * Effects: Fix a timing issue in a variable declaration. Previously, a jQuery object was created, chained & assigned to a variable that was then accessed in a callback used inside of this chained definition. Due to a timing difference in when the callback fired for the first time in latest jQuery master, it was being called before the variable was defined. * Tests: Make dialog & draggable unit tests less strict (newest jQuery returns fractional results in some cases, making comparisons fail when there's a tiny difference) * All: Migrate from $.trim to bare String.prototype.trim (jQuery.trim will be deprecated in jQuery 3.5) Closes gh-1901
* All: Remove uses of `jQuery.proxy()`Scott González2017-05-171-1/+1
| | | | | Ref #15160 Closes gh-1813
* Autocomplete: Escape HTML tags in callback name to avoid XSS in demoScott González2016-09-221-1/+4
| | | | Fixes #15048
* Autocomplete: Remove unreachable code in remote demoScott González2016-09-011-3/+1
|
* Autocomplete: Change JSONP demo to use local data sourceScott González2016-09-012-17/+19
| | | | Fixes #14974
* All: Replace non-breaking spaces with regular spacesScott González2016-06-081-1/+1
|
* All: Optimize png images losslessly using zopflipngPeter Dave Hello2016-06-064-0/+0
| | | | Closes gh-1710
* Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-3012-0/+12
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Autocomplete: Update demos to use AMDAlexander Schmitz2015-07-2112-135/+45
| | | | Ref #10119
* Autocomplete: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-6/+6
|
* Autocomplete: Cleanup remote-jsonp demoJörn Zaefferer2015-04-201-18/+11
| | | | | | | Fix handling of empty response, remove silly open/close handlers, fix select callback, fix demo description. Closes gh-1542
* Tooltip: Add classes optionAlexander Schmitz2015-03-111-1/+3
| | | | | Ref #7053 Ref gh-1411
* Autocomplete: Re-add wrappers to menu itemsTJ VanToll2014-10-251-1/+1
|
* Autocomplete: Remove duplicate array key in demoBruno Pérel2014-10-201-1/+0
| | | | Ref gh-1363
* Autocomplete: Fix styling for combobox demoScott González2014-07-241-4/+1
| | | | Fixes #10059
* Build: Reorganize external directoryScott González2014-06-2412-12/+12
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Autocomplete demo: Datasource needs min. 3 charactersJörn Zaefferer2014-04-231-1/+1
|
* Demos: Adding <meta name="viewport"> tag for easier mobile browsingTJ VanToll2014-03-071-0/+1
|
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-0512-12/+12
|
* Autocomplete: Update remote-jsonp demo with working geo webserviceJörn Zaefferer2014-01-291-11/+3
| | | | | | | The previous webservice now requires user credentials. The new one is also in use in a jQuery Mobile demo. Fixes #9764
* All: Quote CSS url() valuesScott González2014-01-245-5/+7
| | | | Closes gh-1172
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-2412-74/+74
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Autocomplete: Announce autocomplete correctly in all ATs.Dylan Barrell2014-01-141-1/+5
| | | | | Fixes #9631 Closes gh-1153
* Autocomplete: Update categories demo again, use only public properties to ↵Jörn Zaefferer2013-11-131-1/+1
| | | | update menu option
* Autocomplete: Update categories demo to use menu's new items option to ↵Jörn Zaefferer2013-11-131-0/+4
| | | | exclude custom headers from menu focus
* Demos/tests: Losslessly recompress PNG/GIF images.Pere Orga2013-08-263-0/+0
|
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-0512-12/+12
| | | | | 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-194-4/+4
|
* 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-0512-12/+12
|
* Autocomplete: Fix .data() references in demos. Fixes #9029 - Autocomplete: ↵Scott González2013-01-302-2/+2
| | | | Multiple demo has errors.
* Autocomplete demo: Fixed reference to widget instance.Scott González2013-01-241-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-1712-12/+12
|
* 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-1412-12/+12
|
* Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - ↵Scott González2012-10-252-2/+0
| | | | Autocomplete: Remove data fallbacks.
* Autocomplete cache demo: Let the widget handle request synchronization. ↵Scott González2012-10-021-6/+3
| | | | Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync.
* Upgrade jQuery to 1.8.2.Scott González2012-09-2012-12/+12
|