index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.autocomplete.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Autocomplete: Append liveRegion to body to support detached init. Fixes #9590...
Jörn Zaefferer
2013-10-19
1
-1
/
+1
*
Autocomplete: Don't add anchors to items in generated menu
Kris Borchers
2013-10-05
1
-3
/
+1
*
Autocomplete: Scope race condition handling to the instance. Fixes #9334 - Au...
Scott González
2013-05-28
1
-16
/
+13
*
Autocomplete: Remove handling for NUMPAD_ENTER.
Scott González
2013-05-06
1
-1
/
+0
*
Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplet...
Jason Moon
2013-04-25
1
-1
/
+3
*
Autocomplete: Refactored _response() so that requestIndex is defined closer t...
Scott González
2013-04-25
1
-15
/
+15
*
All: Remove inline JSHint settings.
Scott González
2013-04-22
1
-1
/
+0
*
Autocomplete: Insert the live region before the input. Fixes #9172 - Autocomp...
Scott González
2013-03-21
1
-1
/
+1
*
Autocomplete: Menu's input option is long gone, remove leftovers
Jörn Zaefferer
2013-03-21
1
-2
/
+0
*
Widgets: Updating to use instance method on bridge
Corey Frang
2013-03-19
1
-1
/
+1
*
Autocomplete: Set isNewMenu flag on every suggestion. Fixes #9118 - Autocompl...
Scott González
2013-02-25
1
-1
/
+3
*
Autocomplete: Use .ui-front instead of .zIndex() for the suggestions menu.
Scott González
2013-02-05
1
-5
/
+2
*
Autocomplete: Optimize element type checks for speed and size.
Scott González
2013-02-05
1
-18
/
+15
*
Update copyright year to 2013.
Scott González
2013-01-10
1
-1
/
+1
*
Autocomplete: Append to closest .ui-front if available.
Scott González
2012-12-14
1
-4
/
+16
*
Autocomplete: Handle detached elements for appendTo after create.
Scott González
2012-12-07
1
-1
/
+1
*
Allow higher cyclomatic complexity in functions that sanely use switch statem...
Scott González
2012-12-06
1
-0
/
+1
*
Autocomplete: When appendTo is a jQuery object or a DOM element, don't search...
Scott González
2012-11-28
1
-1
/
+9
*
Autocomplete: Whitespace.
Scott González
2012-11-19
1
-1
/
+0
*
Updated all widgets to use proper data keys when getting plugin instances.
Scott González
2012-11-09
1
-1
/
+1
*
Removed bgiframe.
Scott González
2012-10-26
1
-4
/
+0
*
Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - Auto...
Scott González
2012-10-25
1
-6
/
+2
*
Widget: Bind the remove event to the element, not the .widget() element.
Scott González
2012-10-24
1
-1
/
+2
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
1
-2
/
+2
*
Build: Upgrade to the latest Grunt and JSHint - Closes gh-786
Mike Sherov
2012-10-22
1
-1
/
+1
*
Updated docs URLS.
Scott González
2012-09-26
1
-1
/
+1
*
Menu: If the active element no longer exists after a refresh, blur the menu.
Scott González
2012-08-27
1
-2
/
+0
*
Autocomplete: Fixed an invisible character tht lead to a failure of the funct...
Pierre-Henri Ausseil
2012-08-26
1
-1
/
+1
*
Simplify licensing.
Scott González
2012-08-09
1
-1
/
+1
*
Autocomplete: Fixed spacing.
Scott González
2012-07-30
1
-2
/
+2
*
Update copyright to jQuery Foundation.
Scott González
2012-07-04
1
-1
/
+2
*
Autocomplete: More verbose checking for multi-line to work around IE treating...
Scott González
2012-06-25
1
-1
/
+15
*
Autocomplete: Check for contenteditable via isContentEditable property rather...
Scott González
2012-06-25
1
-1
/
+1
*
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
Scott González
2012-06-13
1
-3
/
+3
*
Autocomplete: Remove left-over clearTimeout( this.closing ).
Scott González
2012-05-24
1
-1
/
+0
*
Autocomplete: We no longer need to remove aria attributes on destroy.
Scott González
2012-05-23
1
-4
/
+1
*
Autocomplete: Coding standards.
Scott González
2012-05-18
1
-17
/
+16
*
Autocomplete: Added check to prevent accidental focus of menu-item on page lo...
kborchers
2012-05-18
1
-0
/
+16
*
Menu: Remove need to pass an event for next(), previous(), focus().
Scott González
2012-05-18
1
-2
/
+2
*
Autocomplete: Update live region if focus event is canceled. Remove live regi...
Scott González
2012-05-16
1
-10
/
+20
*
Autocomplete: ARIA live region as extension, adding a messages option. Fixes ...
Jörn Zaefferer
2012-05-16
1
-8
/
+40
*
Autocomplete: Fixed context for handling async focus in IE; makes change even...
Scott González
2012-05-10
1
-2
/
+2
*
Autocomplete: Remove uses of self var; use new APIs or that var.
Scott González
2012-05-09
1
-126
/
+120
*
Autocomplete: Prevent the default action on escape when the menu is open. Fix...
Scott González
2012-04-30
1
-0
/
+4
*
Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...
Jörn Zaefferer
2012-04-04
1
-5
/
+5
*
Autocomplete: Move race condition logic from ajax requests to general respons...
Scott González
2012-04-03
1
-18
/
+20
*
Autocomplete: Add header protection which was accidentally removed.
Scott González
2012-04-03
1
-1
/
+1
*
Lint fixes.
Scott González
2012-04-02
1
-4
/
+4
*
A few lint fixes.
Scott González
2012-04-02
1
-2
/
+2
*
Protect all copyright notices against minification
Jo Liss
2012-04-02
1
-1
/
+1
[next]