Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release version 1.4.0 (jQuery 1.8.3 / UI 1.9.2)selectmenu_v1.4.0 | Felix Nagel | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | fixed: wrong property value on aria-disabled when option is disabled by HTML | Felix Nagel | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | fixed: disabled select is tab-able, see #301 | Felix Nagel | 2013-09-07 | 1 | -2/+2 |
| | |||||
* | fixed: CGL | Felix Nagel | 2013-09-07 | 1 | -18/+18 |
| | |||||
* | improved: rework enable / enable option setting (follow-up) | Felix Nagel | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | improved: rework enable / enable option setting | Felix Nagel | 2013-09-07 | 1 | -34/+15 |
| | |||||
* | fixed: enable and disable has been swapped (regression), see #312 | Felix Nagel | 2013-09-07 | 1 | -8/+8 |
| | |||||
* | updated: copyright year | Felix Nagel | 2013-09-07 | 1 | -1/+1 |
| | |||||
* | fixed: follow-up: selectmenu does not close when body is clicked, THX @zalog ↵ | Felix Nagel | 2013-05-29 | 1 | -1/+1 |
| | | | | see https://github.com/fnagel/jquery-ui/issues/293 | ||||
* | fixed: issue with dialog widget, thx @ubunoir, see ↵ | Felix Nagel | 2013-05-28 | 1 | -1/+1 |
| | | | | https://github.com/fnagel/jquery-ui/issues/300 | ||||
* | fixed: selectmenu does not close when body is clicked, see ↵ | Felix Nagel | 2013-05-28 | 1 | -1/+1 |
| | | | | https://github.com/fnagel/jquery-ui/issues/293 | ||||
* | fixed: improved unique ID generation | Felix Nagel | 2012-11-24 | 1 | -4/+4 |
| | |||||
* | fixed: CGL | Felix Nagel | 2012-11-24 | 1 | -25/+23 |
| | |||||
* | fixed: trim trailing | Felix Nagel | 2012-11-23 | 1 | -2/+2 |
| | |||||
* | removed: this.namespace | Felix Nagel | 2012-11-23 | 1 | -9/+9 |
| | |||||
* | improved: disable / enable options | Felix Nagel | 2012-11-23 | 1 | -33/+24 |
| | |||||
* | fixed: disable enable demo | Felix Nagel | 2012-11-23 | 1 | -12/+16 |
| | |||||
* | improved: disable optgroups | Felix Nagel | 2012-11-23 | 1 | -16/+12 |
| | |||||
* | improved: CGL | Felix Nagel | 2012-11-23 | 1 | -293/+283 |
| | |||||
* | fixed: Position plugin API changes | Felix Nagel | 2012-11-23 | 1 | -16/+13 |
| | |||||
* | updated: demo files and tests to jQuery 1.8.3 | Felix Nagel | 2012-11-23 | 1 | -37/+35 |
| | |||||
* | Merge pull request #275 from Peinkillar/patch-1 | Felix Nagel | 2012-11-23 | 1 | -3/+7 |
|\ | | | | | feature: add hover / blur callback events, fixes #275 | ||||
| * | Update ui/jquery.ui.selectmenu.js | Peinkillar | 2012-10-15 | 1 | -2/+6 |
| | | | | | | merged hover and blur events | ||||
* | | fixed: missing event parameter when clicking button | Felix Nagel | 2012-11-15 | 1 | -1/+1 |
| | | |||||
* | | attempt to fix eventPropagation issue when toogle | hannes | 2012-10-15 | 1 | -4/+6 |
|/ | |||||
* | changed: set version to pre release | Felix Nagel | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | Release version 1.3.0 (jQuery 1.8.2 / UI 1.8.24)selectmenu_v1.3.0 | Felix Nagel | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | fixed: trim trailing spaces | Felix Nagel | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | fixed: index and value method will now fire change callback, THX @brunis, ↵ | Felix Nagel | 2012-10-10 | 1 | -8/+6 |
| | | | | see #270 | ||||
* | updated: release note to 1.3.0 pre | Felix Nagel | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | tag version 1.2.2selectmenu_v1.2.2 | Felix Nagel | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | fixed: removed unneeded and problematic .selector property, see #269, THX to ↵ | Felix Nagel | 2012-10-01 | 1 | -1/+1 |
| | | | | @brunis | ||||
* | changed: copyright and license text text | Felix Nagel | 2012-09-06 | 1 | -4/+2 |
| | |||||
* | Fixed formatting | Aeron Glemann | 2012-08-10 | 1 | -2/+2 |
| | |||||
* | https://github.com/fnagel/jquery-ui/issues/241 | Aeron Glemann | 2012-08-10 | 1 | -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-03 | 1 | -1/+1 |
| | |||||
* | fixed: its now possible to have a disabled and selected option on init, see #234 | Felix Nagel | 2012-07-20 | 1 | -1/+1 |
| | |||||
* | added: todo comment for last commit | Felix Nagel | 2012-07-12 | 1 | -2/+2 |
| | |||||
* | fixed: "focus" doesn't bubble, see #241 | Aeron Glemann | 2012-07-11 | 1 | -1/+6 |
| | |||||
* | fixed: edge case problem in IE, see #209, thx @tschettler | Felix Nagel | 2012-05-31 | 1 | -0/+1 |
| | |||||
* | fixed: bug when using selectors like #one:two, improved replace for specific ↵ | Felix Nagel | 2012-05-17 | 1 | -1/+1 |
| | | | | selector chars, see #230, thx to @sirsimo | ||||
* | regression: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵ | Felix Nagel | 2012-05-17 | 1 | -1/+0 |
| | | | | older IE | ||||
* | removed: option transferClasses, see #229 | Felix Nagel | 2012-05-17 | 1 | -7/+0 |
| | |||||
* | removed: unneeded widget vars | Felix Nagel | 2012-05-17 | 1 | -3/+0 |
| | |||||
* | updated: readme file, copyright notice and version | Felix Nagel | 2012-05-17 | 1 | -2/+5 |
| | |||||
* | updated: version to 1.2.1, trim trailing spacesselectmenu_v1.2.1 | Felix Nagel | 2012-05-17 | 1 | -28/+27 |
| | |||||
* | removed: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵ | Felix Nagel | 2012-05-17 | 1 | -1/+0 |
| | | | | older IE | ||||
* | Merge pull request #200 from tschettler/selectmenu | Felix Nagel | 2012-01-18 | 1 | -2/+3 |
|\ | | | | | fixed: IE8 focus issue when initializing with multiple selectmenu function calls | ||||
| * | Fix for IE8 focus issue when using duplicate selectmenu functions | Travis Schettler | 2011-12-08 | 1 | -2/+3 |
| | | |||||
* | | added: option appendTo (where to append menu element), thx @payahnih, see #155 | Felix Nagel | 2012-01-18 | 1 | -1/+2 |
| | |