aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
...
* | Autocomplete: Abort existing ajax requests when running new searches.Scott González2010-08-241-1/+5
* | Autocomplete: Don't handle remote data if it's not the most recent request. F...Scott González2010-08-241-2/+7
* | Autocomplete: changed menu activated function to check if the offset is great...Robson Braga Araujo2010-08-111-1/+1
* | Autocomplete: changed the search function to always store the last term that ...Robson Braga Araujo2010-08-111-4/+5
* | Autocomplete: Handle clicks outside the autocomplete after scrolling the resu...Scott González2010-08-051-1/+18
* | Autocomplete: Don't reset text field value on blur unless it will actually ch...Scott González2010-08-041-1/+4
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ...Scott González2010-07-301-0/+12
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-301-1/+1
* | Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-301-1/+1
* | Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...Scott González2010-07-211-6/+2
* | Autocomplete: Fixed bad reference to ownerDocument.Scott González2010-07-211-1/+1
* | Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo...Scott González2010-07-211-2/+6
* | Autocomplete: Prevent the default behavior of pressing enter when the menu is...Scott González2010-07-201-1/+1
* | Autocomplete: Clear selectedItem property whenever the user types something. ...Scott González2010-07-201-0/+1
* | Autocomplet: refactored handling of menu's selected event.Scott González2010-07-201-10/+7
* | Autocompelte: Only run a search if the value has changed; switching from a bl...Scott González2010-07-201-14/+4
* | Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are n...Scott González2010-07-191-1/+1
* | Autocomplete: Don't update the value of the text field until after setting fo...Scott González2010-07-191-2/+8
* | Menu: Only look for .ui-menu-item elements to determine if a menu item is the...Scott González2010-07-191-2/+2
* | Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.Scott González2010-07-191-7/+10
* | Autocomplete: Use .outerWidth() for determining the size of the menu. Fixes #...Scott González2010-07-161-3/+7
* | All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-2/+2
* | All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* | Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-6/+6
* | Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.jsjzaefferer2010-07-051-1/+1
* | Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mou...jzaefferer2010-05-181-1/+7
* | Autocomplete: Ignore command (left and right/menu/windows), insert, caps lock...Scott González2010-04-231-0/+7
|/
* Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filt...jzaefferer2010-04-161-5/+7
* Autocomplete: Track input changes and fire change-event on blur, along with s...jzaefferer2010-04-081-2/+9
* Autocomplete: Only remove classes actually added by the widget, ui-widget etc...jzaefferer2010-03-261-1/+1
* Added $.ui.keyCode.ALT to complete list of metakeys, used in autocompletejzaefferer2010-03-261-1/+1
* Menu: Ignore clicks that don't occur on the anchor tag within a valid menu it...Scott González2010-03-241-1/+1
* Menu: pass the original event to the select callback.Scott González2010-03-201-7/+7
* Menu: Don't trigger select if a click occurs outside of a menu item.Scott González2010-03-201-0/+3
* Autocomplete: Don't trigger a search when the left or right arrow keys are used.Scott González2010-03-201-0/+2
* Menu: skip over elements that aren't menu items.Scott González2010-03-201-3/+3
* autocomplete: pass through mouse and key events to menu methods in order to d...Jörn Zaefferer2010-03-201-23/+25
* fixed #5368 - Autocomplete: aria role for menu should be listbox instead of menuRichard Worth2010-03-171-1/+1
* Menu: Don't pass empty values to ._trigger().Scott González2010-03-161-1/+1
* Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ...Richard Worth2010-03-151-1/+3
* Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ...Richard Worth2010-03-151-0/+4
* Autocomplete: Fixed #5348 - Autocomplete: menu item should not remain selecte...Richard Worth2010-03-151-0/+3
* Autocomplete: fixed #5347 - Autocomplete: each successive item hover makes it...Richard Worth2010-03-151-6/+6
* Autocomplete: quiet jslintRichard Worth2010-03-111-17/+21
* Autocomplete: Resize menu on every suggestion.Scott González2010-03-111-3/+4
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-4/+7
* Fixed #5305 - Autocomplete: open event should trigger after the menu is opene...Richard Worth2010-03-081-1/+1
* Autocomplete: search against label instead of value when both are provided.Scott González2010-02-271-1/+1
* Autocomplete: Fixed class removal in .destroy().Scott González2010-02-231-1/+1
* Autocomplete: Reposition menu every time it opens.Scott González2010-02-231-7/+6