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 copyright headers to make it clear that you can choose between MIT an...
Scott González
2010-07-09
1
-6
/
+6
*
Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.js
jzaefferer
2010-07-05
1
-1
/
+1
*
Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mou...
jzaefferer
2010-05-18
1
-1
/
+7
*
Autocomplete: Ignore command (left and right/menu/windows), insert, caps lock...
Scott González
2010-04-23
1
-0
/
+7
*
Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filt...
jzaefferer
2010-04-16
1
-5
/
+7
*
Autocomplete: Track input changes and fire change-event on blur, along with s...
jzaefferer
2010-04-08
1
-2
/
+9
*
Autocomplete: Only remove classes actually added by the widget, ui-widget etc...
jzaefferer
2010-03-26
1
-1
/
+1
*
Added $.ui.keyCode.ALT to complete list of metakeys, used in autocomplete
jzaefferer
2010-03-26
1
-1
/
+1
*
Menu: Ignore clicks that don't occur on the anchor tag within a valid menu it...
Scott González
2010-03-24
1
-1
/
+1
*
Menu: pass the original event to the select callback.
Scott González
2010-03-20
1
-7
/
+7
*
Menu: Don't trigger select if a click occurs outside of a menu item.
Scott González
2010-03-20
1
-0
/
+3
*
Autocomplete: Don't trigger a search when the left or right arrow keys are used.
Scott González
2010-03-20
1
-0
/
+2
*
Menu: skip over elements that aren't menu items.
Scott González
2010-03-20
1
-3
/
+3
*
autocomplete: pass through mouse and key events to menu methods in order to d...
Jörn Zaefferer
2010-03-20
1
-23
/
+25
*
fixed #5368 - Autocomplete: aria role for menu should be listbox instead of menu
Richard Worth
2010-03-17
1
-1
/
+1
*
Menu: Don't pass empty values to ._trigger().
Scott González
2010-03-16
1
-1
/
+1
*
Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ...
Richard Worth
2010-03-15
1
-1
/
+3
*
Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ...
Richard Worth
2010-03-15
1
-0
/
+4
*
Autocomplete: Fixed #5348 - Autocomplete: menu item should not remain selecte...
Richard Worth
2010-03-15
1
-0
/
+3
*
Autocomplete: fixed #5347 - Autocomplete: each successive item hover makes it...
Richard Worth
2010-03-15
1
-6
/
+6
*
Autocomplete: quiet jslint
Richard Worth
2010-03-11
1
-17
/
+21
*
Autocomplete: Resize menu on every suggestion.
Scott González
2010-03-11
1
-3
/
+4
*
Autocomplete: Append menu to body and reset z-index on every suggestion.
Scott González
2010-03-11
1
-4
/
+7
*
Fixed #5305 - Autocomplete: open event should trigger after the menu is opene...
Richard Worth
2010-03-08
1
-1
/
+1
*
Autocomplete: search against label instead of value when both are provided.
Scott González
2010-02-27
1
-1
/
+1
*
Autocomplete: Fixed class removal in .destroy().
Scott González
2010-02-23
1
-1
/
+1
*
Autocomplete: Reposition menu every time it opens.
Scott González
2010-02-23
1
-7
/
+6
*
Autocomplete: Added a "ui-autocomplete-input" class to the text field.
Scott González
2010-02-20
1
-0
/
+1
*
Autocomplete: Deactivate menu on close.
Scott González
2010-02-20
1
-2
/
+3
*
Autocomplete: Fixed bug with bgiframe usage.
Scott González
2010-02-18
1
-1
/
+1
*
Another partial fix for #5188 - add ui-menu-item class only to list items wit...
Jörn Zaefferer
2010-02-16
1
-1
/
+1
*
Fix for #5188 along with a half-functional demo (buggy keyboard navigation)
Jörn Zaefferer
2010-02-16
1
-3
/
+8
*
Fixed missing variable in menu's refresh method.
Scott González
2010-02-12
1
-1
/
+3
*
Autocomplete: Fix for #5154 - cleanup
Jörn Zaefferer
2010-02-10
1
-3
/
+0
*
Autocomplete: Fix for #5154
Jörn Zaefferer
2010-02-10
1
-0
/
+1
*
Autocomplete: Fix for #5154
Jörn Zaefferer
2010-02-10
1
-0
/
+4
*
Autocomplete: Split out logic for rendering individual items.
Scott González
2010-02-08
1
-5
/
+10
*
Autocomplete: Fixed a few places that got missed during the change to always ...
Scott González
2010-02-08
1
-7
/
+4
*
cleaning up dependency listings
Jörn Zaefferer
2010-02-03
1
-0
/
+1
*
create-html-elements convention
Jörn Zaefferer
2010-02-02
1
-1
/
+1
*
Fix for #5120 - create menu only once and return that element from the widget...
Jörn Zaefferer
2010-02-02
1
-51
/
+51
*
Autocomplete: Turned off collision detection.
Scott González
2010-01-30
1
-1
/
+2
*
Autocomplete: Removed CSS framework classes from text field. We can add them ...
Scott González
2010-01-28
1
-1
/
+1
*
Happy New Year
Richard Worth
2010-01-20
1
-2
/
+2
*
Autocomplete: conform to coding standards.
Scott González
2010-01-17
1
-104
/
+106
*
Autocomplete: Use bgiframe on the menu if it's available.
Scott González
2010-01-17
1
-0
/
+3
*
Autocomplete: Set the z-index of the menu to be above the text field.
Scott González
2010-01-17
1
-0
/
+1
*
Widget factory: Changed _create to _init.
Scott González
2010-01-15
1
-2
/
+2
*
Copied autocomplete from dev branch.
Scott González
2010-01-14
1
-0
/
+445