| Commit message (Expand) | 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 |
* | fixed: issue with dialog widget, thx @ubunoir, see https://github.com/fnagel/... | Felix Nagel | 2013-05-28 | 1 | -1/+1 |
* | fixed: selectmenu does not close when body is clicked, see https://github.com... | Felix Nagel | 2013-05-28 | 1 | -1/+1 |
* | 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 |
|\ |
|
| * | Update ui/jquery.ui.selectmenu.js | Peinkillar | 2012-10-15 | 1 | -2/+6 |
* | | 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, see... | Felix Nagel | 2012-10-10 | 1 | -8/+6 |
* | 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 |
* | 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 |
* | 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 |
* | regression: unneeded and broken appendTo, breaks Selectmenu with overflow in ... | Felix Nagel | 2012-05-17 | 1 | -1/+0 |
* | 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 old... | Felix Nagel | 2012-05-17 | 1 | -1/+0 |
* | Merge pull request #200 from tschettler/selectmenu | Felix Nagel | 2012-01-18 | 1 | -2/+3 |
|\ |
|
| * | 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 |