aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/menu'jzaefferer2010-12-221-185/+4
|\
| * Renamed menu event selected to select to be consistent with naming convention...jzaefferer2010-04-301-1/+1
| * First attempt at integrating key handling into menujzaefferer2010-04-301-0/+2
| * Actually removed the menu code from the autocomplete filejzaefferer2010-04-301-182/+0
| * Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-211-0/+1
* | Autocomplete: Track pending requests and only remove the loading class when t...Scott González2010-12-171-1/+8
* | Autocomplete: Abort pending ajax requests when disabled and prevent handling ...Scott González2010-12-171-2/+5
* | All: Remove workaround for .offset() setter bug from older versions of jQuery.Scott González2010-12-111-2/+0
* | All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - De...Scott González2010-12-101-1/+1
* | Autocomplete: Update selectedItem in the asynchronous focus handling for IE. ...Scott González2010-12-011-0/+1
* | Autocomplete: Handle ajax errors and timeouts. Fixes #6692 - Autocomplete: ui...Scott González2010-11-301-4/+15
* | Autocomplete: Re-position menu after resizing, not before. Fixes #6648 - Auto...Scott González2010-11-121-3/+5
* | Autocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete...Scott González2010-10-261-1/+1
* | Autocomplete: Always reset this.term after a select event, even if the select...Scott González2010-10-251-1/+3
* | Autocomplete: Split menu resizing logic into its own method to create a more ...Scott González2010-10-211-7/+11
* | Autocomplete: Don't react to key events on readonly inputs. Fixes #6170 - aut...Scott González2010-10-111-1/+1
* | Autocomplete: Pass along some more original events.Scott González2010-10-111-2/+2
* | Autocomplete: Prevent keypress events caused by enter key when selecting an i...Dmitry Petrov2010-10-061-1/+13
* | Autocomplete: Make sure we have a response before trying to check the length....Scott González2010-10-051-1/+1
* | Autocomplete: Only prevent the default action for enter when a menu item is a...Scott González2010-09-271-2/+2
* | Autocomplete (Menu): Only traverse through .ui-menu-item elements for paging....Scott González2010-09-271-8/+10
* | Autocomplete: Handle IE firing focus events asynchronously. Fixes #6109 - Aut...Scott González2010-09-241-0/+6
* | Autocomplete: Properly handle non-item clicks inside the suggestion list. Fix...Scott González2010-09-201-1/+1
* | Autocomplete: Store term when selecting an item to prevent another search tri...jzaefferer2010-08-311-0/+1
* | 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