File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_
10
10
There is a new UI 1.9.x compatible, built from scratch version, please see issue #140.
11
11
12
12
DOWNLOAD
13
- Latest version: https://github.com/fnagel/jquery-ui/zipball/selectmenu
14
- Stable version (v1.2.0 ): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.0
13
+ Latest version: https://github.com/fnagel/jquery-ui/zipball/selectmenu (1.7.2 and jQuery UI 1.8.20)
14
+ Stable version (v1.2.1 ): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.1 (1.6.4 and jQuery UI 1.8.17)
15
15
16
- Both versions come with jQuery 1.6.2 and jQuery UI 1.8.16.
17
16
18
17
SUPPORT
19
18
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 * jQuery UI selectmenu 1.2.1 version
2
+ * jQuery UI selectmenu 1.3.0pre version
3
3
*
4
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
4
+ * Copyright (c) 2009-2010 filament group, http://filamentgroup.com
5
+ * Copyright (c) 2010-2012 Felix Nagel, http://www.felixnagel.com
5
6
* Dual licensed under the MIT (MIT-LICENSE.txt)
6
7
* and GPL (GPL-LICENSE.txt) licenses.
7
8
*
@@ -561,6 +562,8 @@ $.widget("ui.selectmenu", {
561
562
if ( self . newelement . attr ( "aria-disabled" ) != 'true' ) {
562
563
self . _closeOthers ( event ) ;
563
564
self . newelement . addClass ( 'ui-state-active' ) ;
565
+
566
+ self . listWrap . appendTo ( o . appendTo ) ;
564
567
self . list . attr ( 'aria-hidden' , false ) ;
565
568
self . listWrap . addClass ( self . widgetBaseClass + '-open' ) ;
566
569
You can’t perform that action at this time.
0 commit comments