aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.autocomplete.js
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete: Added a "ui-autocomplete-input" class to the text field.Scott González2010-02-201-0/+1
* Autocomplete: Deactivate menu on close.Scott González2010-02-201-2/+3
* Autocomplete: Fixed bug with bgiframe usage.Scott González2010-02-181-1/+1
* Another partial fix for #5188 - add ui-menu-item class only to list items wit...Jörn Zaefferer2010-02-161-1/+1
* Fix for #5188 along with a half-functional demo (buggy keyboard navigation)Jörn Zaefferer2010-02-161-3/+8
* Fixed missing variable in menu's refresh method.Scott González2010-02-121-1/+3
* Autocomplete: Fix for #5154 - cleanupJörn Zaefferer2010-02-101-3/+0
* Autocomplete: Fix for #5154Jörn Zaefferer2010-02-101-0/+1
* Autocomplete: Fix for #5154Jörn Zaefferer2010-02-101-0/+4
* Autocomplete: Split out logic for rendering individual items.Scott González2010-02-081-5/+10
* Autocomplete: Fixed a few places that got missed during the change to always ...Scott González2010-02-081-7/+4
* cleaning up dependency listingsJörn Zaefferer2010-02-031-0/+1
* create-html-elements conventionJörn Zaefferer2010-02-021-1/+1
* Fix for #5120 - create menu only once and return that element from the widget...Jörn Zaefferer2010-02-021-51/+51
* Autocomplete: Turned off collision detection.Scott González2010-01-301-1/+2
* Autocomplete: Removed CSS framework classes from text field. We can add them ...Scott González2010-01-281-1/+1
* Happy New YearRichard Worth2010-01-201-2/+2
* Autocomplete: conform to coding standards.Scott González2010-01-171-104/+106
* Autocomplete: Use bgiframe on the menu if it's available.Scott González2010-01-171-0/+3
* Autocomplete: Set the z-index of the menu to be above the text field.Scott González2010-01-171-0/+1
* Widget factory: Changed _create to _init.Scott González2010-01-151-2/+2
* Copied autocomplete from dev branch.Scott González2010-01-141-0/+445