| Commit message (Expand) | Author | Age | Files | Lines |
* | updated: version to 1.2.1, trim trailing spacesselectmenu_v1.2.1 | Felix Nagel | 2012-05-17 | 1 | -28/+27 |
* | Upgrade to jQuery 1.6.4 | Felix Nagel | 2012-05-17 | 6 | -37/+43 |
|\ |
|
| * | Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ... | Scott González | 2011-10-18 | 1 | -0/+8 |
| * | Sortable: replaced hard-coded sortable with this.widgetName, and removed line... | Richard D. Worth | 2011-09-27 | 1 | -10/+9 |
| * | Datepicker: Added additional check to checkExternalClick to work when clickin... | kborchers | 2011-09-16 | 1 | -15/+14 |
| * | Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hu... | Richard D. Worth | 2011-09-13 | 1 | -1/+1 |
| * | Datepicker i17n hu: Corrected some spellings and abbreviations as well as dat... | Richard D. Worth | 2011-09-13 | 1 | -6/+6 |
| * | Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor... | Scott González | 2011-09-06 | 1 | -3/+3 |
| * | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w... | Corey Frang | 2011-08-20 | 1 | -1/+1 |
| * | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f... | Corey Frang | 2011-08-19 | 1 | -3/+3 |
* | | 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 |
* | | | Merge commit '1.8.16' into selectmenu | Felix Nagel | 2011-10-10 | 14 | -99/+235 |
|\ \ \
| | |/
| |/| |
|
| * | | Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.elem... | Scott González | 2011-08-12 | 1 | -2/+2 |
| * | | Draggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - Dr... | Scott González | 2011-08-12 | 1 | -9/+11 |
| * | | Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666... | Scott González | 2011-08-10 | 1 | -1/+2 |
| * | | Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery... | Scott González | 2011-08-09 | 1 | -2/+8 |
| * | | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A... | Karl Kirch | 2011-08-09 | 1 | -1/+7 |
| * | | Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName.... | Scott González | 2011-08-09 | 1 | -1/+3 |
| * | | Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec... | Scott González | 2011-08-09 | 1 | -8/+0 |
| * | | Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu... | Corey Frang | 2011-08-03 | 1 | -1/+1 |
| * | | Mouse: Changed mouseHandled check to a local var rather than using originalEv... | kborchers | 2011-08-02 | 1 | -4/+8 |
| * | | Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui anima... | Corey Frang | 2011-08-02 | 1 | -3/+20 |
| * | | Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable. | Andreas Pelme | 2011-08-02 | 1 | -2/+2 |
| * | | Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ... | Scott González | 2011-08-01 | 1 | -15/+0 |