aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selectmenu/default.html
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: Update demos to use AMDAlexander Schmitz2015-07-211-20/+13
| | | | Ref #10119
* Selectmenu: Add a disabled-default option example to default demoJörn Zaefferer2015-04-081-0/+12
| | | | Ref gh-1520
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-051-3/+0
| | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Selectemnu: Demo cleanupScott González2014-04-081-25/+25
|
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-6/+6
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Demos: Add meta-viewport element for better 'mobile' testingJörn Zaefferer2013-11-251-1/+2
|
* Selectmenu: add widthMenu and widthButton optionsFelix Nagel2013-09-291-1/+1
|
* Selectmenu: Updating jQuery to 1.10.2.Felix Nagel2013-07-091-1/+1
|
* Selectmenu: clean up default demoFelix Nagel2013-04-291-19/+25
|
* Selectmenu: simplify overflow selectmenu init in default demoFelix Nagel2013-03-091-2/+1
|
* Selectmenu: Updating jQuery to 1.9.1.Felix Nagel2013-02-091-1/+1
|
* Selectmenu: Updating to jQuery 1.9.0Felix Nagel2013-01-181-1/+1
|
* Selectmenu: make dropdown style default and remove option dropdownFelix Nagel2012-12-201-3/+1
|
* Selectmenu: Remove colons from labels, annoying for screenreader-users. ↵Jörn Zaefferer2012-12-091-3/+3
| | | | Cleanup whitespace.
* Selectmenu: Upgrade jQuery to 1.8.3Felix Nagel2012-11-231-1/+1
|
* Selectmenu: fix doctype declarationFelix Nagel2012-11-121-1/+1
|
* Selectmenu: Upgrade jQuery to 1.8.2.Felix Nagel2012-10-031-1/+1
|
* Selectmenu: Upgrade jQuery to 1.8.0.Felix Nagel2012-08-301-1/+1
|
* Selectmenu: Upgrade jQuery to 1.7.2.Felix Nagel2012-05-141-1/+1
|
* Selectmenu: fix for IEs item hover problem, overflow CSS properties now includedFelix Nagel2012-02-261-1/+1
|
* Selectmenu: removed Button widget dependencyFelix Nagel2012-02-231-1/+0
|
* Selectmenu: Introduce menuWidget method, to get access to the menu element. ↵Jörn Zaefferer2012-02-211-2/+2
| | | | Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling.
* Selectmenu: Reorder default demo to reduce the odd top-margin (still needed ↵Jörn Zaefferer2012-02-211-18/+17
| | | | to fully show the popup menu)
* Selectmenu: Simplify id-selectors, no need for element-selectorJörn Zaefferer2012-02-211-3/+3
|
* Upgrade jQuery to 1.7.1.Jörn Zaefferer2011-11-241-5/+5
|
* Selectmenu: fixed jQuery versionFelix Nagel2011-11-211-1/+1
|
* Selectmenu: fixed default.html demoFelix Nagel2011-10-271-3/+1
|
* Selectmenu: code cleanupFelix Nagel2011-10-171-1/+2
|
* Selectmenu: changed button to inline elementFelix Nagel2011-10-051-0/+1
|
* Selectmenu: adjusted default demo descriptionFelix Nagel2011-10-031-1/+1
|
* Selectmenu: removed option wrapperElementFelix Nagel2011-09-301-3/+5
|
* Selectmenu: improved disable method, added and improved demo filesFelix Nagel2011-09-271-15/+15
|
* Selectmenu: improve positioning and keyboard controlFelix Nagel2011-09-261-5/+5
|
* Selectmenu: improved disabled implementationFelix Nagel2011-09-241-2/+2
|
* Selectmenu: implemented disable for option and optgroup, code cleanupFelix Nagel2011-09-241-5/+5
|
* Selectmenu: refresh method, value option, code cleanupFelix Nagel2011-09-241-2/+2
|
* Selectmenu: improved popop style, styles and focus handlingFelix Nagel2011-09-241-0/+30
|
* Selectmenu: basic popop support, code cleanupFelix Nagel2011-09-231-1/+4
|
* Selectmenu: basic implementationFelix Nagel2011-09-221-0/+67