This is an improved version of the jQuery UI selectmenu widget originally developed by Scott (filament group):
http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/
+There is a new UI 1.9.x compatible, built from scratch version, please see issue #140.
+
DOWNLOAD
Latest version: https://github.com/fnagel/jquery-ui/zipball/selectmenu
-Stable version (v1.1.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.1.0
+Stable version (v1.2.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.0
+
+Both versions come with jQuery 1.6.2 and jQuery UI 1.8.16.
SUPPORT
Please use GitHub issues for bug tracking and take a look at the Wiki at:
/*
- * jQuery UI selectmenu dev version
+ * jQuery UI selectmenu version 1.2.0
*
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
$.widget("ui.selectmenu", {
getter: "value",
- version: "1.8",
+ version: "1.9",
eventPrefix: "selectmenu",
options: {
transferClasses: true,