Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
|\ \ | | | | | | | fixed: make button span so its inline element | |||||
| * | | 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 & ↵ | Felix Nagel | 2011-12-28 | 1 | -9/+19 | |
| | | | | | | | | | | | | @netcelli, see #122 & #205 | |||||
* | | | improved: menu height calculation and collision detection, thx to @Cito , ↵ | Felix Nagel | 2011-12-28 | 1 | -9/+5 | |
| | | | | | | | | | | | | see #189 | |||||
* | | | 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 | |||||
| * | | New sequential typeahead implementation which supports both prefix matching ↵ | Giovanni Giacobbi | 2011-10-18 | 1 | -53/+76 | |
| | | | | | | | | | | | | and first letter cycling. The no longer useful 'typeAhead' option now became the default delay given for the type ahead | |||||
* | | | 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 ↵ | Felix Nagel | 2011-09-13 | 1 | -1/+1 | |
| | | | | @brainTrain, see #159 | |||||
* | fixed: jumping in IE9, follow up to #147, see #154, thx to @Ninkasi | Felix Nagel | 2011-08-20 | 1 | -3/+3 | |
| | ||||||
* | fixed: disable tab index when init from disabled select, thx to @gcko, see #136 | Felix Nagel | 2011-08-10 | 1 | -1/+1 | |
| | ||||||
* | fixed: problem when hiding first option by css, thx to @RobertSheaO, see #152 | Felix Nagel | 2011-08-09 | 1 | -1/+1 | |
| | ||||||
* | fixed: zIndex, follow up to #147, thx to @viskenxp, see: ↵ | Felix Nagel | 2011-08-05 | 1 | -3/+1 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/151 | |||||
* | changed: li element creation, thx to @lephyrius, see selectOptionData[ i ↵ | Felix Nagel | 2011-08-03 | 1 | -2/+21 | |
| | | | | ].disabled | |||||
* | fixed: code quality | Felix Nagel | 2011-08-02 | 1 | -10/+9 | |
| | ||||||
* | changed: code cleanup | Felix Nagel | 2011-08-02 | 1 | -9/+10 | |
| | ||||||
* | changed: code quality, missing semicolon | Felix Nagel | 2011-08-02 | 1 | -42/+42 | |
| | ||||||
* | fixed: problem with disabled transfer, THX to Dimitri B., via email | Felix Nagel | 2011-08-02 | 1 | -1/+1 | |
| | ||||||
* | fixed: hopefully some issues with positioning and jumping, see: ↵ | Felix Nagel | 2011-08-02 | 1 | -18/+26 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/147 | |||||
* | fixed: optimize element creation | Felix Nagel | 2011-07-31 | 1 | -46/+55 | |
| | | | | fixed: wrapper element is now fixed, fixes: https://github.com/fnagel/jquery-ui/issues/80 | |||||
* | Merge pull request #145 from Netson/patch-1 | Felix Nagel | 2011-07-29 | 1 | -7/+8 | |
|\ | | | | | Minor optimization | |||||
| * | Edited ui/jquery.ui.selectmenu.js via GitHub | Netson | 2011-07-24 | 1 | -8/+9 | |
| | | ||||||
* | | added: empty select support | Felix Nagel | 2011-06-29 | 1 | -60/+67 | |
|/ | ||||||
* | fixed: disabled Selectmenu receives focus on tab, thx to gcko, see ↵ | Felix Nagel | 2011-06-29 | 1 | -17/+20 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/136 | |||||
* | fixed: disabled optgroup options receive focus, thx to gcko, see ↵ | Felix Nagel | 2011-06-29 | 1 | -1/+1 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/105#issuecomment-1386359 | |||||
* | some code clean up | Felix Nagel | 2011-06-17 | 1 | -22/+22 | |
| | ||||||
* | fixed: problem with height and maxHeight, generally improved height handling | Felix Nagel | 2011-06-16 | 1 | -13/+1 | |
| | | | | removed: unneeded code | |||||
* | fixed: some issue with height and refresh, thx to trollix, see: ↵ | Felix Nagel | 2011-06-16 | 1 | -12/+22 | |
| | | | | https://github.com/fnagel/jquery-ui/issues/133 | |||||
* | fixed: problem (mainly in <= IE7) when select has no id, thx Ryzo and ↵ | Felix Nagel | 2011-06-07 | 1 | -3/+3 | |
| | | | | cburgdorf, see: https://github.com/fnagel/jquery-ui/issues/101 | |||||
* | push tag and change comment | Felix Nagel | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | prepare tag v1.1.0selectmenu_v1.1.0 | Felix Nagel | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | revert: problems with popup style in multiple browsers because of this pull ↵ | Felix Nagel | 2011-06-01 | 1 | -4/+4 | |
| | | | | request: https://github.com/fnagel/jquery-ui/pull/94 | |||||
* | fixed: disable / enable issue when reinit (refresh) selectmenu | Felix Nagel | 2011-05-31 | 1 | -6/+8 | |
| | | | | | fixed: mousedown/mouseup listener was bind multiple times when widget was reinitialized both thx to czindel, see https://github.com/fnagel/jquery-ui/pull/125 |