summaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.selectmenu.js
Commit message (Collapse)AuthorAgeFilesLines
* Release version 1.3.0 (jQuery 1.8.2 / UI 1.8.24)selectmenu_v1.3.0Felix Nagel2012-10-131-1/+1
|
* fixed: trim trailing spacesFelix Nagel2012-10-101-2/+2
|
* fixed: index and value method will now fire change callback, THX @brunis, ↵Felix Nagel2012-10-101-8/+6
| | | | see #270
* updated: release note to 1.3.0 preFelix Nagel2012-10-031-1/+1
|
* tag version 1.2.2selectmenu_v1.2.2Felix Nagel2012-10-031-1/+1
|
* fixed: removed unneeded and problematic .selector property, see #269, THX to ↵Felix Nagel2012-10-011-1/+1
| | | | @brunis
* changed: copyright and license text textFelix Nagel2012-09-061-4/+2
|
* Fixed formattingAeron Glemann2012-08-101-2/+2
|
* https://github.com/fnagel/jquery-ui/issues/241Aeron Glemann2012-08-101-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-031-1/+1
|
* fixed: its now possible to have a disabled and selected option on init, see #234Felix Nagel2012-07-201-1/+1
|
* added: todo comment for last commitFelix Nagel2012-07-121-2/+2
|
* fixed: "focus" doesn't bubble, see #241Aeron Glemann2012-07-111-1/+6
|
* fixed: edge case problem in IE, see #209, thx @tschettlerFelix Nagel2012-05-311-0/+1
|
* fixed: bug when using selectors like #one:two, improved replace for specific ↵Felix Nagel2012-05-171-1/+1
| | | | selector chars, see #230, thx to @sirsimo
* regression: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵Felix Nagel2012-05-171-1/+0
| | | | older IE
* removed: option transferClasses, see #229Felix Nagel2012-05-171-7/+0
|
* removed: unneeded widget varsFelix Nagel2012-05-171-3/+0
|
* updated: readme file, copyright notice and versionFelix Nagel2012-05-171-2/+5
|
* updated: version to 1.2.1, trim trailing spacesselectmenu_v1.2.1Felix Nagel2012-05-171-28/+27
|
* removed: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵Felix Nagel2012-05-171-1/+0
| | | | older IE
* Merge pull request #200 from tschettler/selectmenuFelix Nagel2012-01-181-2/+3
|\ | | | | fixed: IE8 focus issue when initializing with multiple selectmenu function calls
| * Fix for IE8 focus issue when using duplicate selectmenu functionsTravis Schettler2011-12-081-2/+3
| |
* | added: option appendTo (where to append menu element), thx @payahnih, see #155Felix Nagel2012-01-181-1/+2
| |
* | removed: option wrapperElement, use widget method instead (see default demo)Felix Nagel2012-01-181-8/+9
| |
* | Merge pull request #166 from betalb/patch-1Felix Nagel2012-01-171-2/+3
|\ \ | | | | | | fixed: make button span so its inline element
| * | This is proposed fix for #158Виталий2011-09-231-2/+3
| | |
* | | fixed: empty option text, thx to @outprove, see #102Felix Nagel2012-01-161-1/+1
| | |
* | | fixed: code clean-up and small improvementsFelix Nagel2011-12-281-20/+16
| | |
* | | improved: keyboard control and focus / hover handling, thx to @trollix & ↵Felix Nagel2011-12-281-9/+19
| | | | | | | | | | | | @netcelli, see #122 & #205
* | | improved: menu height calculation and collision detection, thx to @Cito , ↵Felix Nagel2011-12-281-9/+5
| | | | | | | | | | | | see #189
* | | added: feature for html escaping, see #131Felix Nagel2011-12-281-2/+8
| | |
* | | mark file as dev versionFelix Nagel2011-11-061-1/+1
| |/ |/|
* | Release version 1.2.0selectmenu_v1.2.0Felix Nagel2011-11-061-2/+2
| |
* | some code cleanupFelix Nagel2011-11-061-4/+4
| |
* | Merge pull request #181 from thg2k/selectmenu-typeaheadFelix Nagel2011-11-061-53/+76
|\ \ | | | | | | New sequential typeahead implementation
| * | New sequential typeahead implementation which supports both prefix matching ↵Giovanni Giacobbi2011-10-181-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 Nagel2011-10-271-6/+9
| | |
* | | fixed: problem with flickering / jumping (see: #147)Felix Nagel2011-10-241-13/+17
| | |
* | | fixed: unneeded close when init widgetFelix Nagel2011-10-241-1/+1
| | |
* | | fixed: zIndex when using dialog (new version backport)Felix Nagel2011-10-241-12/+10
| | |
* | | improved: label event handling (backport of new version, see #140)Felix Nagel2011-10-201-13/+11
|/ /
* | fixed: destroy method (issue with window event), thx to @thg2k, see #177Felix Nagel2011-10-181-4/+4
| |
* | fixed: destroy function (window event follow-up)Felix Nagel2011-10-181-2/+1
| |
* | id handling (follow-up), thx to @thg2k, see #176Felix Nagel2011-10-181-2/+2
| |
* | improved: id handling (follow-up), destroy methodFelix Nagel2011-10-101-9/+9
| |
* | fixed: problem with unusual chars in selector, thx to @dominicgambleFelix Nagel2011-10-101-1/+1
| |
* | improved: selector, thx to @NinkasiFelix Nagel2011-10-101-1/+1
| |
* | fixed: resize now forces a close the list, follow-up #147Felix Nagel2011-10-101-3/+1
|/
* fixed: toggle dropdown when icon is clicked, related to #147, thx to ↵Felix Nagel2011-09-131-1/+1
| | | | @brainTrain, see #159