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
*
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
*
.attr() -> .prop()
Scott González
2011-06-08
1
-4
/
+4
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-1
/
+1
*
Autocomplete: Whitespace.
Scott González
2011-05-27
1
-7
/
+7
*
Merge remote branch 'treyhunner/topic/autocomplete-pasting'
Jörn Zaefferer
2011-05-18
1
-10
/
+25
|
\
|
*
Autocomplete: Trigger search timeout on all input events. Fixes #6666 - keybo...
Trey Hunner
2011-05-15
1
-10
/
+25
*
|
Autocomplete: Revert fix for #7024, broke regular menu selection.
Jörn Zaefferer
2011-05-11
1
-1
/
+0
|
/
*
Autocomplete: Add comment to fix for #7269
Jörn Zaefferer
2011-05-10
1
-0
/
+1
*
Merge remote branch 'treyhunner/topic/arrow-keys'
Jörn Zaefferer
2011-05-10
1
-0
/
+26
|
\
|
*
Autocomplete: Fix list traversal bug. Fixes #7269 - autocomplete: holding dow...
Trey Hunner
2011-04-20
1
-0
/
+26
*
|
Autocomplete: Added check to determine if menu has just been created to overr...
kborchers
2011-05-09
1
-0
/
+1
*
|
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
Scott González
2011-04-25
1
-1
/
+10
|
/
*
Autocomplete: changed autoFocus default back to false. Reverts #7042 - Autoco...
Richard Worth
2011-03-28
1
-1
/
+1
*
Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ...
Scott González
2011-03-22
1
-1
/
+4
*
Autocomplete: moved autoFocus implementation to after menu visible for a11y
Richard Worth
2011-03-15
1
-4
/
+4
*
Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...
Richard Worth
2011-03-15
1
-1
/
+1
*
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...
Richard Worth
2011-03-15
1
-0
/
+5
*
Menu: Update autocomplete to use deactivate and check for focus class
jzaefferer
2011-02-24
1
-4
/
+4
*
Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autoc...
Scott González
2011-02-24
1
-12
/
+18
*
Added version property to plugins that were missing them.
Scott González
2011-02-03
1
-0
/
+1
*
Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixe...
Scott González
2011-01-27
1
-6
/
+8
*
All: Define defaultElement for non-div widgets.
Scott González
2011-01-23
1
-0
/
+1
*
Updated copyright year.
Scott González
2011-01-17
1
-1
/
+1
*
Updated widgets to use new methods from $.Widget.
Scott González
2011-01-15
1
-1
/
+1
*
Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ...
Scott González
2011-01-14
1
-2
/
+1
*
Merge remote branch 'origin/menu'
jzaefferer
2010-12-22
1
-185
/
+4
|
\
|
*
Renamed menu event selected to select to be consistent with naming convention...
jzaefferer
2010-04-30
1
-1
/
+1
|
*
First attempt at integrating key handling into menu
jzaefferer
2010-04-30
1
-0
/
+2
|
*
Actually removed the menu code from the autocomplete file
jzaefferer
2010-04-30
1
-182
/
+0
|
*
Menu: Extracted menu code from autocomplete, updated all dependencies
jzaefferer
2010-04-21
1
-0
/
+1
*
|
Autocomplete: Track pending requests and only remove the loading class when t...
Scott González
2010-12-17
1
-1
/
+8
*
|
Autocomplete: Abort pending ajax requests when disabled and prevent handling ...
Scott González
2010-12-17
1
-2
/
+5
*
|
All: Remove workaround for .offset() setter bug from older versions of jQuery.
Scott González
2010-12-11
1
-2
/
+0
*
|
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - De...
Scott González
2010-12-10
1
-1
/
+1
*
|
Autocomplete: Update selectedItem in the asynchronous focus handling for IE. ...
Scott González
2010-12-01
1
-0
/
+1
*
|
Autocomplete: Handle ajax errors and timeouts. Fixes #6692 - Autocomplete: ui...
Scott González
2010-11-30
1
-4
/
+15
[next]