| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | removed: option wrapperElement, use widget method instead (see default demo) | Felix Nagel | 2012-01-18 | 1 | -8/+9 |
* | | Merge pull request #166 from betalb/patch-1 | Felix Nagel | 2012-01-17 | 1 | -2/+3 |
|\ \ |
|
| * | | This is proposed fix for #158 | Виталий | 2011-09-23 | 1 | -2/+3 |
* | | | fixed: empty option text, thx to @outprove, see #102 | Felix Nagel | 2012-01-16 | 1 | -1/+1 |
* | | | fixed: code clean-up and small improvements | Felix Nagel | 2011-12-28 | 1 | -20/+16 |
* | | | improved: keyboard control and focus / hover handling, thx to @trollix & @net... | Felix Nagel | 2011-12-28 | 1 | -9/+19 |
* | | | improved: menu height calculation and collision detection, thx to @Cito , see... | Felix Nagel | 2011-12-28 | 1 | -9/+5 |
* | | | added: feature for html escaping, see #131 | Felix Nagel | 2011-12-28 | 1 | -2/+8 |
* | | | mark file as dev version | Felix Nagel | 2011-11-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | Release version 1.2.0selectmenu_v1.2.0 | Felix Nagel | 2011-11-06 | 1 | -2/+2 |
* | | some code cleanup | Felix Nagel | 2011-11-06 | 1 | -4/+4 |
* | | Merge pull request #181 from thg2k/selectmenu-typeahead | Felix Nagel | 2011-11-06 | 1 | -53/+76 |
|\ \ |
|
| * | | New sequential typeahead implementation which supports both prefix matching a... | Giovanni Giacobbi | 2011-10-18 | 1 | -53/+76 |
* | | | fixed: problem with flickering / jumping (follow-up) | Felix Nagel | 2011-10-27 | 1 | -6/+9 |
* | | | fixed: problem with flickering / jumping (see: #147) | Felix Nagel | 2011-10-24 | 1 | -13/+17 |
* | | | fixed: unneeded close when init widget | Felix Nagel | 2011-10-24 | 1 | -1/+1 |
* | | | fixed: zIndex when using dialog (new version backport) | Felix Nagel | 2011-10-24 | 1 | -12/+10 |
* | | | improved: label event handling (backport of new version, see #140) | Felix Nagel | 2011-10-20 | 1 | -13/+11 |
|/ / |
|
* | | fixed: destroy method (issue with window event), thx to @thg2k, see #177 | Felix Nagel | 2011-10-18 | 1 | -4/+4 |
* | | fixed: destroy function (window event follow-up) | Felix Nagel | 2011-10-18 | 1 | -2/+1 |
* | | id handling (follow-up), thx to @thg2k, see #176 | Felix Nagel | 2011-10-18 | 1 | -2/+2 |
* | | improved: id handling (follow-up), destroy method | Felix Nagel | 2011-10-10 | 1 | -9/+9 |
* | | fixed: problem with unusual chars in selector, thx to @dominicgamble | Felix Nagel | 2011-10-10 | 1 | -1/+1 |
* | | improved: selector, thx to @Ninkasi | Felix Nagel | 2011-10-10 | 1 | -1/+1 |
* | | fixed: resize now forces a close the list, follow-up #147 | Felix Nagel | 2011-10-10 | 1 | -3/+1 |
|/ |
|
* | fixed: toggle dropdown when icon is clicked, related to #147, thx to @brainTr... | Felix Nagel | 2011-09-13 | 1 | -1/+1 |