summaryrefslogtreecommitdiffstats
path: root/demos/selectmenu
Commit message (Collapse)AuthorAgeFilesLines
* improved: background image demoFelix Nagel2011-05-251-1/+1
|
* updated: to jQuery UI 1.8.13 (based upon jQuery 1.5.1)Felix Nagel2011-05-237-7/+7
|
* fixed: follow-up fix for disabling / enabling functionality, thx to gcko fro ↵Felix Nagel2011-04-171-1/+1
| | | | | | reporting, see https://github.com/fnagel/jquery-ui/issues/105 fixed: small issue in disable_enable.html demo file
* fixed: small bug when using method disable with parameter 0, thx to ↵Felix Nagel2011-04-161-1/+1
| | | | scottriding, see https://github.com/fnagel/jquery-ui/pull/93
* improved: full disable / enable functionality for select, option, optgroup; ↵Felix Nagel2011-03-201-8/+77
| | | | see: https://github.com/fnagel/jquery-ui/issues#issue/18
* fixed: disable / enable in select callback demoFelix Nagel2011-02-011-7/+8
|
* fixed: small follow-up for refresh functionalityFelix Nagel2010-12-201-2/+2
| | | | | fixed: cleaned background image demo fixed: small follow-up to height of the widget to match jQuery UI button height
* added: display-inline (selectmenus side-by-side) support for modern ↵Felix Nagel2010-12-201-1/+2
| | | | | | | browsers, works for all but FF2, see https://github.com/fnagel/jquery-ui/issues#issue/20 changed: height of the widget to match jQuery UI button height fixed: small margin issue for background image example
* added: possibility to refresh from original select element, please see ↵Felix Nagel2010-12-151-7/+18
| | | | | | | https://github.com/fnagel/jquery-ui/issues#issue/17 for usage, please test and report feedback as this feature needed major refactoring fixed: problem when manually selecting an option from original select element fixed: demo wrapper class
* added: improved index and value methods, if you used value method in your ↵Felix Nagel2010-11-292-10/+28
| | | | | | scripts please see https://github.com/fnagel/jquery-ui/issues/#issue/33 fixed: forgotten console debug
* added: some more demo filesFelix Nagel2010-11-293-0/+139
|
* updated: files to jQuery 1.4.4Felix Nagel2010-11-144-4/+4
| | | | fixed: small bug hwn using jQuery 1.4.4, THX to michaelcaplan, see https://github.com/fnagel/jquery-ui/issues/#issue/29
* updated: demosFelix Nagel2010-11-131-5/+4
|
* updated: positioning functionality is now based upon position plugin, this ↵Felix Nagel2010-11-133-29/+283
| | | | | | | shopuld fix a few issues, see http://jqueryui.com/demos/position/ updated: demos added: positioning demo
* fixed: updated demo filesFelix Nagel2010-11-102-77/+53
|
* Added: better (background) image support, see ↵Felix Nagel2010-10-262-1/+119
| | | | http://github.com/fnagel/jquery-ui/issues#issue/8
* added: non working single option disabled demoFelix Nagel2010-10-051-0/+12
|
* fixed: small typoFelix Nagel2010-10-052-2/+2
| | | | added: demo with spaces in optgroup label
* added: link to bugFelix Nagel2010-09-301-1/+1
|
* updated: index.html with new demosFelix Nagel2010-09-301-0/+2
|
* changed: improved disable demoFelix Nagel2010-09-301-18/+20
| | | | changed: updated to latest jquery-ui master branch
* added: disable and ajax demoFelix Nagel2010-09-303-0/+185
|
* fixed: problem with ID attr to ensure usage of a unique ID., thx to ↵Felix Nagel2010-09-061-0/+20
| | | | fhemberger, see http://github.com/fhemberger/jquery-ui/commit/d93d0a2e535144cbfa6d0098da2f28c51528dbd4
* removed: follow up to: ↵Felix Nagel2010-08-281-2/+2
| | | | http://github.com/fnagel/jquery-ui/commit/cde0d9042c95508d04cfa6d96d8e426657e23523 unnecessary _refreshPosition with timeout
* init: fork of latest jQuery UI with selectmenu from ↵Felix Nagel2010-08-075-0/+219
http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/ added: *.db to gitignore (Im using Windows) added: readme for gitHub