Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | Menu: Extracted menu code from autocomplete, updated all dependencies | jzaefferer | 2010-04-21 | 1 | -0/+1 |
| |/ | |||||
* | | Autocomplete (Combobox demo): Set the button type to button to prevent form ↵ | Mario Visic | 2010-12-16 | 1 | -1/+1 |
| | | | | | | | | submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms. | ||||
* | | Autocomplete combobox demo: Reset the internal term property when an invalid ↵ | Scott González | 2010-11-30 | 1 | -0/+1 |
| | | | | | | | | selection is made. Fixes #6695 - Autocomplete combobox example does not show suggestion on second try. | ||||
* | | Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle ↵ | Scott González | 2010-11-23 | 1 | -2/+9 |
| | | | | | | | | destroy. | ||||
* | | Autocomplete: Use the text of the option, not the value when checking for ↵ | Scott González | 2010-11-19 | 1 | -1/+1 |
| | | | | | | | | valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different. | ||||
* | | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 |
| | | |||||
* | | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
| | | |||||
* | | Demos: Cleanup. | Scott González | 2010-09-09 | 1 | -2/+2 |
| | | |||||
* | | Autocomplete demos: Coding standards. | Scott González | 2010-09-09 | 1 | -26/+24 |
| | | |||||
* | | Autocomplete: Combobox demo cleanup | jzaefferer | 2010-08-29 | 1 | -2/+0 |
| | | |||||
* | | Autocomplete (combobox demo): Set intial value of text field based on value ↵ | Scott González | 2010-07-20 | 1 | -1/+4 |
| | | | | | | | | of select element. Partial fix for #5757 - Autocomplete combobox issues. | ||||
* | | Autocomplete (combobox demo): Detect valid entries when typed, but not ↵ | Scott González | 2010-07-20 | 1 | -5/+15 |
| | | | | | | | | selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values. | ||||
* | | Autcomplete: Refactored combobox demo. | Scott González | 2010-07-20 | 1 | -50/+60 |
| | | |||||
* | | Autocomplete: Clear selectedItem property whenever the user types something. ↵ | Scott González | 2010-07-20 | 1 | -0/+1 |
| | | | | | | | | Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values. | ||||
* | | Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are ↵ | Scott González | 2010-07-19 | 1 | -0/+6 |
| | | | | | | | | | | | | not html-encoded. As noted in the ticket, it's probably better to default to unstyled items to prevent problems. Users can still implement their own rendering method as shown in the custom data and display demo. | ||||
* | | Autocomplete demos: Added more programming languages and alphabetized. | Scott González | 2010-07-19 | 1 | -13/+22 |
|/ | |||||
* | Autocomplete: Combobox demo update, fixed mustMatch with corrected change ↵ | jzaefferer | 2010-04-08 | 1 | -7/+12 |
| | | | | event, also added button for toggling the hidden select and an empty-value option. Fixes #5453 | ||||
* | Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes ↵ | jzaefferer | 2010-03-26 | 1 | -1/+1 |
| | | | | #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo | ||||
* | Combobox demo: Improved styling and added a title to the button, to avoid ↵ | jzaefferer | 2010-03-20 | 1 | -8/+5 |
| | | | | having in the tooltip | ||||
* | Autocomplete: Combobox demo - don't use position plugin to place the button ↵ | Scott González | 2010-03-20 | 1 | -6/+5 |
| | | | | | next to the text field. Fixes #5338 - autocomplete combobox look weird in opera 10.50. | ||||
* | autocomplete: combobox demo: tweaked padding to be more consistent across ↵ | Richard Worth | 2010-03-15 | 1 | -1/+2 |
| | | | | browsers | ||||
* | autocomplete demo: corrected spelling of perl | Richard Worth | 2010-03-15 | 1 | -1/+1 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -2/+3 |
| | |||||
* | partial for #5126 - extra classes for combobox input | Jörn Zaefferer | 2010-02-20 | 1 | -2/+1 |
| | |||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | | | | file renames in 1.8a1 | ||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | eol-style and mime-type | Richard Worth | 2010-01-20 | 1 | -126/+126 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 1 | -0/+126 |