aboutsummaryrefslogtreecommitdiffstats
path: root/ui/autocomplete.js
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Move autocomplete into widgets folderAlexander Schmitz2015-08-081-646/+0
| | | | Ref #13885
* Core: Move safeActiveElement into its own moduleAlexander Schmitz2015-08-081-2/+3
| | | | Ref #9647
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Autocomplete: Revert mistaken event alias changeJörn Zaefferer2015-07-011-1/+1
| | | | | | | This is a call on the menu widget, not using an event alias. Ref 8b4ce807cd97e3cb953995934d6c4f614de9fa03 Ref #12770
* Autocomplete: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-3/+3
|
* All: Include native dialogs in appendTo logic (ui-front walking)Scott González2015-03-261-1/+1
| | | | | Ref #10739 Ref gh-1517
* Autocomplete: Default for classes option is defined in $.WidgetJörn Zaefferer2015-03-181-1/+0
| | | | Ref #7053
* Autocomplete: Fix style issuesJörn Zaefferer2015-03-181-34/+34
| | | | Closes gh-1504
* Autocomplete: Simplify _create() methodJörn Zaefferer2015-03-171-8/+5
| | | | | | Uses logical expressions in place of conditional expressions. Closes #1490
* Autocomplete: Restore focus after clicking a menu item, if necessaryScott González2015-03-121-0/+10
| | | | | Fixes #9201 Closes gh-1470
* Core: Add methods to work around IE active element bugsScott González2015-03-121-1/+1
| | | | Closes gh-1478
* Autocomplete: Add classes optionAlexander Schmitz2015-03-111-10/+9
| | | | | Ref #7053 Ref gh-1411
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Autocomplete: Re-add wrappers to menu itemsTJ VanToll2014-10-251-1/+3
|
* Autocomplete: Use `$.trim` instead of `jQuery.trim` for consistencyTJ VanToll2014-08-081-1/+1
| | | | Fixes #10525
* Autocomplete: ESCAPE should not change content of a MultiLineYermo Lamers2014-07-241-1/+3
| | | | | Fixes #9790 Closes gh-1190
* Autocomplete: Search if the user retypes the same valueTJ VanToll2014-05-121-2/+7
| | | | | Fixes #7434 Closes gh-1238
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* Autocomplete: Do not set value on multi-line inputYermo2014-01-281-1/+5
| | | | | | | | This fixes an issue where contenteditable text was getting overwritten when wrapping past the bottom or top of the autocomplete menu. Fixes #9771 Closes gh-1184
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+617
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029