Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Demos: Cleanup. | Scott González | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | Autocomplete demos: Coding standards. | Scott González | 2010-09-09 | 1 | -31/+29 |
| | |||||
* | Autocomplete: Removed selection handling in IE. No longer needed now that ↵ | Scott González | 2010-07-22 | 1 | -7/+0 |
| | | | | autocomplete ensures that the cursor is placed at the end of the field on select. | ||||
* | Autocomplete: Moved all demo images into /demos/autocomplete/images. | Scott González | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵ | Scott González | 2010-07-19 | 1 | -0/+3 |
| | | | | | | added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results. We will need to undo this change when ThemeRoller supports generating loading images. | ||||
* | Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - ↵ | jzaefferer | 2010-06-23 | 1 | -0/+7 |
| | | | | Autocomplete: multiple demos need extra IE handling for cursor position | ||||
* | Autocomplete: Refactored code for array filtering into ↵ | jzaefferer | 2010-04-16 | 1 | -0/+75 |
$.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 |