Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Demos: Remove deprecated button APIs | Michał Gołębiowski-Owczarek | 2024-09-30 | 1 | -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 tilburg | 2024-04-25 | 1 | -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ález | 2017-05-17 | 1 | -1/+1 |
| | | | | | Ref #15160 Closes gh-1813 | ||||
* | Demos: Add device-width viewport meta to all demos | Jörn Zaefferer | 2015-09-30 | 1 | -0/+1 |
| | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d | ||||
* | Autocomplete: Update demos to use AMD | Alexander Schmitz | 2015-07-21 | 1 | -13/+2 |
| | | | | Ref #10119 | ||||
* | Autocomplete: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -4/+4 |
| | |||||
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -1/+3 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Autocomplete: Fix styling for combobox demo | Scott González | 2014-07-24 | 1 | -4/+1 |
| | | | | Fixes #10059 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -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 filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -8/+8 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -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ález | 2013-04-11 | 1 | -7/+7 |
| | |||||
* | Demos: Updating to use instance method on bridge | Corey Frang | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Autocomplete demo (combobox): Hide select on create. Fixes #9158 - ↵ | Scott González | 2013-03-16 | 1 | -0/+1 |
| | | | | Autocomplete Combobox demo shows underlying select by default. | ||||
* | Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox ↵ | TJ VanToll | 2013-03-16 | 1 | -1/+2 |
| | | | | demo does not show Items | ||||
* | Autocomplete demo (Combobox): Split code into smaller functions. | Scott González | 2013-02-22 | 1 | -64/+81 |
| | |||||
* | Autocomplete demo (Combobox): Rename selected event to select. | Scott González | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | Autocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - ↵ | Scott González | 2013-02-22 | 1 | -15/+3 |
| | | | | Autocomplete: Incorrect escaping in combobox demo. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Combobox demo - Collapse menu when clicking button. | Scott González | 2012-12-13 | 1 | -7/+7 |
| | |||||
* | Tooltip: Escape the title attribute so that it's treated as text and not ↵ | Scott González | 2012-11-27 | 1 | -1/+1 |
| | | | | HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content. | ||||
* | Autocomplete demo: Combobox: Encode search term inside tooltips. Fixes #8859 ↵ | Scott González | 2012-11-27 | 1 | -1/+1 |
| | | | | - Autocomplete: XSS in combobox demo. | ||||
* | Autocomplete demo: Combobox cleanup. | Scott González | 2012-11-26 | 1 | -16/+12 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - ↵ | Scott González | 2012-10-25 | 1 | -1/+0 |
| | | | | Autocomplete: Remove data fallbacks. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Demos: Cleanup. | Scott González | 2012-09-10 | 1 | -9/+2 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes ↵ | Scott González | 2012-05-14 | 1 | -4/+4 |
| | | | | #8322 - Autocomplete: Combobox demo should not override .ui-button styles. | ||||
* | Autocomplete combobox demo: Define this.wrapper for use inside destroy(). | Scott González | 2012-04-28 | 1 | -1/+1 |
| | |||||
* | Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - ↵ | Scott González | 2012-04-07 | 1 | -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ález | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - ↵ | Scott González | 2012-02-12 | 1 | -2/+2 |
| | | | | remove uses of 'var self = this;' | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Autocomplete demos: Coding standards. | Scott González | 2011-05-27 | 1 | -4/+11 |
| | |||||
* | Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - ↵ | Jörn Zaefferer | 2011-05-10 | 1 | -1/+1 |
| | | | | Combobox: Incorrect button size | ||||
* | Combobox demo: Set tooltip class via option | Jörn Zaefferer | 2011-05-10 | 1 | -4/+3 |
| | |||||
* | Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 ↵ | Kato Kazuyoshi | 2011-05-07 | 1 | -24/+29 |
| | | | | - Combobox: not valid value is set. | ||||
* | Autocomplete (combobox demo): Blur the button on click to avoid a bug. | Scott González | 2011-04-04 | 1 | -0/+3 |
| | | | | Thanks tyron. | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Update combobox menu to point out limits and link to | jzaefferer | 2011-02-25 | 1 | -0/+1 |
| | | | | explaining it. | ||||
* | Autocomplete demo (combobox): Fixed tooltips and clearing of select on ↵ | Scott González | 2011-01-10 | 1 | -9/+19 |
| | | | | invalid entry. | ||||
* | Merge remote branch 'origin/tooltip' | jzaefferer | 2010-12-22 | 1 | -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 anything | jzaefferer | 2010-04-08 | 1 | -3/+15 |
| | | |||||
* | | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 1 | -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 |