summaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Release version 1.4.0 (jQuery 1.8.3 / UI 1.9.2)selectmenu_v1.4.0Felix Nagel2013-10-141-1/+1
|
* fixed: wrong property value on aria-disabled when option is disabled by HTMLFelix Nagel2013-09-161-1/+1
|
* fixed: disabled select is tab-able, see #301Felix Nagel2013-09-071-2/+2
|
* fixed: CGLFelix Nagel2013-09-071-18/+18
|
* improved: rework enable / enable option setting (follow-up)Felix Nagel2013-09-071-1/+1
|
* improved: rework enable / enable option settingFelix Nagel2013-09-071-34/+15
|
* fixed: enable and disable has been swapped (regression), see #312Felix Nagel2013-09-071-8/+8
|
* updated: copyright yearFelix Nagel2013-09-071-1/+1
|
* fixed: follow-up: selectmenu does not close when body is clicked, THX @zalog ↵Felix Nagel2013-05-291-1/+1
| | | | see https://github.com/fnagel/jquery-ui/issues/293
* fixed: issue with dialog widget, thx @ubunoir, see ↵Felix Nagel2013-05-281-1/+1
| | | | https://github.com/fnagel/jquery-ui/issues/300
* fixed: selectmenu does not close when body is clicked, see ↵Felix Nagel2013-05-281-1/+1
| | | | https://github.com/fnagel/jquery-ui/issues/293
* fixed: improved unique ID generationFelix Nagel2012-11-241-4/+4
|
* fixed: CGLFelix Nagel2012-11-241-25/+23
|
* fixed: trim trailingFelix Nagel2012-11-231-2/+2
|
* removed: this.namespaceFelix Nagel2012-11-231-9/+9
|
* improved: disable / enable optionsFelix Nagel2012-11-231-33/+24
|
* fixed: disable enable demoFelix Nagel2012-11-231-12/+16
|
* improved: disable optgroupsFelix Nagel2012-11-231-16/+12
|
* improved: CGLFelix Nagel2012-11-231-293/+283
|
* fixed: Position plugin API changesFelix Nagel2012-11-231-16/+13
|
* updated: demo files and tests to jQuery 1.8.3Felix Nagel2012-11-231-37/+35
|
* Merge pull request #275 from Peinkillar/patch-1Felix Nagel2012-11-231-3/+7
|\ | | | | feature: add hover / blur callback events, fixes #275
| * Update ui/jquery.ui.selectmenu.jsPeinkillar2012-10-151-2/+6
| | | | | | merged hover and blur events
* | fixed: missing event parameter when clicking buttonFelix Nagel2012-11-151-1/+1
| |
* | attempt to fix eventPropagation issue when tooglehannes2012-10-151-4/+6
|/
* changed: set version to pre releaseFelix Nagel2012-10-131-1/+1
|
* Release version 1.3.0 (jQuery 1.8.2 / UI 1.8.24)selectmenu_v1.3.0Felix Nagel2012-10-131-1/+1
|
* fixed: trim trailing spacesFelix Nagel2012-10-101-2/+2
|
* fixed: index and value method will now fire change callback, THX @brunis, ↵Felix Nagel2012-10-101-8/+6
| | | | see #270
* updated: release note to 1.3.0 preFelix Nagel2012-10-031-1/+1
|
* tag version 1.2.2selectmenu_v1.2.2Felix Nagel2012-10-031-1/+1
|
* fixed: removed unneeded and problematic .selector property, see #269, THX to ↵Felix Nagel2012-10-011-1/+1
| | | | @brunis
* changed: copyright and license text textFelix Nagel2012-09-061-4/+2
|
* Fixed formattingAeron Glemann2012-08-101-2/+2
|
* https://github.com/fnagel/jquery-ui/issues/241Aeron Glemann2012-08-101-14/+14
| | | | | | | | Updated jquery.simulate.js to latest Fixed broken path in tests/jquery.js Updated test to not use jquery.simulate for keypress (simulate was failing, not the test) Fixed #241 in jquery.ui.selectmenu.js Added the option object as optional parameter to formatText
* fix operator precedenceВиталий2012-08-031-1/+1
|
* fixed: its now possible to have a disabled and selected option on init, see #234Felix Nagel2012-07-201-1/+1
|
* added: todo comment for last commitFelix Nagel2012-07-121-2/+2
|
* fixed: "focus" doesn't bubble, see #241Aeron Glemann2012-07-111-1/+6
|
* fixed: edge case problem in IE, see #209, thx @tschettlerFelix Nagel2012-05-311-0/+1
|
* fixed: bug when using selectors like #one:two, improved replace for specific ↵Felix Nagel2012-05-171-1/+1
| | | | selector chars, see #230, thx to @sirsimo
* regression: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵Felix Nagel2012-05-171-1/+0
| | | | older IE
* removed: option transferClasses, see #229Felix Nagel2012-05-171-7/+0
|
* removed: unneeded widget varsFelix Nagel2012-05-171-3/+0
|
* updated: readme file, copyright notice and versionFelix Nagel2012-05-171-2/+5
|
* updated: version to 1.2.1, trim trailing spacesselectmenu_v1.2.1Felix Nagel2012-05-171-28/+27
|
* removed: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵Felix Nagel2012-05-171-1/+0
| | | | older IE
* Merge pull request #200 from tschettler/selectmenuFelix Nagel2012-01-181-2/+3
|\ | | | | fixed: IE8 focus issue when initializing with multiple selectmenu function calls
| * Fix for IE8 focus issue when using duplicate selectmenu functionsTravis Schettler2011-12-081-2/+3
| |
* | added: option appendTo (where to append menu element), thx @payahnih, see #155Felix Nagel2012-01-181-1/+2
| |