aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete: Append liveRegion to body to support detached init. Fixes #9590...Jörn Zaefferer2013-10-191-1/+1
* Autocomplete: Don't add anchors to items in generated menuKris Borchers2013-10-051-3/+1
* Autocomplete: Scope race condition handling to the instance. Fixes #9334 - Au...Scott González2013-05-281-16/+13
* Autocomplete: Remove handling for NUMPAD_ENTER.Scott González2013-05-061-1/+0
* Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplet...Jason Moon2013-04-251-1/+3
* Autocomplete: Refactored _response() so that requestIndex is defined closer t...Scott González2013-04-251-15/+15
* All: Remove inline JSHint settings.Scott González2013-04-221-1/+0
* Autocomplete: Insert the live region before the input. Fixes #9172 - Autocomp...Scott González2013-03-211-1/+1
* Autocomplete: Menu's input option is long gone, remove leftoversJörn Zaefferer2013-03-211-2/+0
* Widgets: Updating to use instance method on bridgeCorey Frang2013-03-191-1/+1
* Autocomplete: Set isNewMenu flag on every suggestion. Fixes #9118 - Autocompl...Scott González2013-02-251-1/+3
* Autocomplete: Use .ui-front instead of .zIndex() for the suggestions menu.Scott González2013-02-051-5/+2
* Autocomplete: Optimize element type checks for speed and size.Scott González2013-02-051-18/+15
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Autocomplete: Append to closest .ui-front if available.Scott González2012-12-141-4/+16
* Autocomplete: Handle detached elements for appendTo after create.Scott González2012-12-071-1/+1
* Allow higher cyclomatic complexity in functions that sanely use switch statem...Scott González2012-12-061-0/+1
* Autocomplete: When appendTo is a jQuery object or a DOM element, don't search...Scott González2012-11-281-1/+9
* Autocomplete: Whitespace.Scott González2012-11-191-1/+0
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-1/+1
* Removed bgiframe.Scott González2012-10-261-4/+0
* Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - Auto...Scott González2012-10-251-6/+2
* Widget: Bind the remove event to the element, not the .widget() element.Scott González2012-10-241-1/+2
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-2/+2
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-221-1/+1
* 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