aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-1/+1
* Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ...Scott González2011-10-251-1/+3
* Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-201-6/+5
* Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ...Scott González2011-10-171-0/+10
* Autocomplete: Avoid handling keypress when keydown modified the search term. ...Scott González2011-10-171-0/+14
* Autocomplete: Don't react to the escape key if the menu isn't open. Fixes #75...Scott González2011-10-121-2/+4
* Autocomplete: Added missing semicolon.Scott González2011-10-121-1/+1
* Autocomplete: Use strict equality check.Scott González2011-10-121-1/+1
* Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur sho...Scott González2011-10-121-8/+0
* Autocomplete: Fix stray reference to element.val().David Leal2011-10-011-1/+1
* Autocomplete: Delay option just delays request, doesn't clear existing timeou...Jörn Zaefferer2011-09-241-1/+2
* Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autoc...Scott González2011-08-301-1/+1
* Autocomplete: ensure clear searching timeout on destroy.Kouhei Sutou2011-08-071-0/+1
* Autocomplete: Correcting readOnly from readonly - @scottgonzalezCorey Frang2011-07-291-1/+1
* Use .attr() for boolean ARIA attributes.Scott González2011-07-121-3/+3
* .attr() -> .prop()Scott González2011-06-081-4/+4
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-1/+1
* Autocomplete: Whitespace.Scott González2011-05-271-7/+7
* Merge remote branch 'treyhunner/topic/autocomplete-pasting'Jörn Zaefferer2011-05-181-10/+25
|\
| * Autocomplete: Trigger search timeout on all input events. Fixes #6666 - keybo...Trey Hunner2011-05-151-10/+25
* | Autocomplete: Revert fix for #7024, broke regular menu selection.Jörn Zaefferer2011-05-111-1/+0
|/
* Autocomplete: Add comment to fix for #7269Jörn Zaefferer2011-05-101-0/+1
* Merge remote branch 'treyhunner/topic/arrow-keys'Jörn Zaefferer2011-05-101-0/+26
|\
| * Autocomplete: Fix list traversal bug. Fixes #7269 - autocomplete: holding dow...Trey Hunner2011-04-201-0/+26
* | Autocomplete: Added check to determine if menu has just been created to overr...kborchers2011-05-091-0/+1
* | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-251-1/+10
|/
* Autocomplete: changed autoFocus default back to false. Reverts #7042 - Autoco...Richard Worth2011-03-281-1/+1
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ...Scott González2011-03-221-1/+4
* Autocomplete: moved autoFocus implementation to after menu visible for a11yRichard Worth2011-03-151-4/+4
* Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...Richard Worth2011-03-151-1/+1
* Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...Richard Worth2011-03-151-0/+5
* Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-241-4/+4
* Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autoc...Scott González2011-02-241-12/+18
* Added version property to plugins that were missing them.Scott González2011-02-031-0/+1
* Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixe...Scott González2011-01-271-6/+8
* All: Define defaultElement for non-div widgets.Scott González2011-01-231-0/+1
* Updated copyright year.Scott González2011-01-171-1/+1
* Updated widgets to use new methods from $.Widget.Scott González2011-01-151-1/+1
* Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ...Scott González2011-01-141-2/+1
* 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