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
*
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
*
Updated copyright year.
Scott González
2012-03-08
1
-1
/
+1
*
Autocomplete: Add removal TODOs for #7810
Jörn Zaefferer
2012-03-01
1
-2
/
+4
*
Update data naming for autocomplete. Backwards compatible for overrides of _r...
Jörn Zaefferer
2012-02-28
1
-5
/
+10
*
Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocom...
Scott González
2012-02-16
1
-12
/
+17
*
Autocomplete: Fixed typo in comment.
Scott González
2012-02-12
1
-1
/
+1
*
Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete...
Scott González
2012-02-11
1
-1
/
+7
*
Autocomplete: Set context for ajax requests instead of relying on default con...
Scott González
2012-02-11
1
-1
/
+3
*
Menu: Change first() and last() to isFirstItem() and isLastItem()
kborchers
2011-12-23
1
-2
/
+2
*
Autocomplete: Don't invoke a search from arrow keys when the element can have...
meh-cfl
2011-11-28
1
-12
/
+14
*
Autocomplete: Making sure we do not show search menu after a blur. Fixed #742...
Shannon
2011-11-23
1
-1
/
+3
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-1
/
+1
*
Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ...
Scott González
2011-10-25
1
-1
/
+3
*
Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...
Scott González
2011-10-20
1
-6
/
+5
*
Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ...
Scott González
2011-10-17
1
-0
/
+10
*
Autocomplete: Avoid handling keypress when keydown modified the search term. ...
Scott González
2011-10-17
1
-0
/
+14
*
Autocomplete: Don't react to the escape key if the menu isn't open. Fixes #75...
Scott González
2011-10-12
1
-2
/
+4
*
Autocomplete: Added missing semicolon.
Scott González
2011-10-12
1
-1
/
+1
*
Autocomplete: Use strict equality check.
Scott González
2011-10-12
1
-1
/
+1
*
Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur sho...
Scott González
2011-10-12
1
-8
/
+0
*
Autocomplete: Fix stray reference to element.val().
David Leal
2011-10-01
1
-1
/
+1
*
Autocomplete: Delay option just delays request, doesn't clear existing timeou...
Jörn Zaefferer
2011-09-24
1
-1
/
+2
*
Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autoc...
Scott González
2011-08-30
1
-1
/
+1
*
Autocomplete: ensure clear searching timeout on destroy.
Kouhei Sutou
2011-08-07
1
-0
/
+1
*
Autocomplete: Correcting readOnly from readonly - @scottgonzalez
Corey Frang
2011-07-29
1
-1
/
+1
*
Use .attr() for boolean ARIA attributes.
Scott González
2011-07-12
1
-3
/
+3
[next]