File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
This is an improved version of the jQuery UI selectmenu widget originally developed by Scott (filament group):
8
8
http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/
9
9
10
+ There is a new UI 1.9.x compatible, built from scratch version, please see issue #140.
11
+
10
12
DOWNLOAD
11
13
Latest version: https://github.com/fnagel/jquery-ui/zipball/selectmenu
12
- Stable version (v1.1.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.1.0
14
+ Stable version (v1.2.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.0
15
+
16
+ Both versions come with jQuery 1.6.2 and jQuery UI 1.8.16.
13
17
14
18
SUPPORT
15
19
Please use GitHub issues for bug tracking and take a look at the Wiki at:
Original file line number Diff line number Diff line change 1
1
/*
2
- * jQuery UI selectmenu dev version
2
+ * jQuery UI selectmenu version 1.2.0
3
3
*
4
4
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
5
5
* Dual licensed under the MIT (MIT-LICENSE.txt)
13
13
14
14
$ . widget ( "ui.selectmenu" , {
15
15
getter : "value" ,
16
- version : "1.8 " ,
16
+ version : "1.9 " ,
17
17
eventPrefix : "selectmenu" ,
18
18
options : {
19
19
transferClasses : true ,
You can’t perform that action at this time.
0 commit comments