aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
* Updated docs URLS.Scott González2012-09-261-1/+1
* Menu: If the active element no longer exists after a refresh, blur the menu.Scott González2012-08-271-2/+0
* Autocomplete: Fixed an invisible character tht lead to a failure of the funct...Pierre-Henri Ausseil2012-08-261-1/+1
* Simplify licensing.Scott González2012-08-091-1/+1
* Autocomplete: Fixed spacing.Scott González2012-07-301-2/+2
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Autocomplete: More verbose checking for multi-line to work around IE treating...Scott González2012-06-251-1/+15
* Autocomplete: Check for contenteditable via isContentEditable property rather...Scott González2012-06-251-1/+1
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-3/+3
* Autocomplete: Remove left-over clearTimeout( this.closing ).Scott González2012-05-241-1/+0
* Autocomplete: We no longer need to remove aria attributes on destroy.Scott González2012-05-231-4/+1
* Autocomplete: Coding standards.Scott González2012-05-181-17/+16
* Autocomplete: Added check to prevent accidental focus of menu-item on page lo...kborchers2012-05-181-0/+16
* Menu: Remove need to pass an event for next(), previous(), focus().Scott González2012-05-181-2/+2
* Autocomplete: Update live region if focus event is canceled. Remove live regi...Scott González2012-05-161-10/+20
* Autocomplete: ARIA live region as extension, adding a messages option. Fixes ...Jörn Zaefferer2012-05-161-8/+40
* Autocomplete: Fixed context for handling async focus in IE; makes change even...Scott González2012-05-101-2/+2
* Autocomplete: Remove uses of self var; use new APIs or that var.Scott González2012-05-091-126/+120
* Autocomplete: Prevent the default action on escape when the menu is open. Fix...Scott González2012-04-301-0/+4
* Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...Jörn Zaefferer2012-04-041-5/+5
* Autocomplete: Move race condition logic from ajax requests to general respons...Scott González2012-04-031-18/+20
* Autocomplete: Add header protection which was accidentally removed.Scott González2012-04-031-1/+1
* Lint fixes.Scott González2012-04-021-4/+4
* A few lint fixes.Scott González2012-04-021-2/+2
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Autocomplete: Add removal TODOs for #7810Jörn Zaefferer2012-03-011-2/+4
* Update data naming for autocomplete. Backwards compatible for overrides of _r...Jörn Zaefferer2012-02-281-5/+10
* Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocom...Scott González2012-02-161-12/+17
* Autocomplete: Fixed typo in comment.Scott González2012-02-121-1/+1
* Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete...Scott González2012-02-111-1/+7
* Autocomplete: Set context for ajax requests instead of relying on default con...Scott González2012-02-111-1/+3
* Menu: Change first() and last() to isFirstItem() and isLastItem()kborchers2011-12-231-2/+2
* Autocomplete: Don't invoke a search from arrow keys when the element can have...meh-cfl2011-11-281-12/+14
* Autocomplete: Making sure we do not show search menu after a blur. Fixed #742...Shannon2011-11-231-1/+3
* 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