Skip to content

Commit 1a16035

Browse files
committed
updated: readme file, copyright notice and version
1 parent 5c55c87 commit 1a16035

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

readme

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_
1010
There is a new UI 1.9.x compatible, built from scratch version, please see issue #140.
1111

1212
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)
1515

16-
Both versions come with jQuery 1.6.2 and jQuery UI 1.8.16.
1716

1817
SUPPORT
1918
Please use GitHub issues for bug tracking and take a look at the Wiki at:

ui/jquery.ui.selectmenu.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
/*
2-
* jQuery UI selectmenu dev version * jQuery UI selectmenu 1.2.1 version
2+
* jQuery UI selectmenu 1.3.0pre version
33
*
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
56
* Dual licensed under the MIT (MIT-LICENSE.txt)
67
* and GPL (GPL-LICENSE.txt) licenses.
78
*
@@ -561,6 +562,8 @@ $.widget("ui.selectmenu", {
561562
if ( self.newelement.attr("aria-disabled") != 'true' ) {
562563
self._closeOthers(event);
563564
self.newelement.addClass('ui-state-active');
565+
566+
self.listWrap.appendTo( o.appendTo );
564567
self.list.attr('aria-hidden', false);
565568
self.listWrap.addClass( self.widgetBaseClass + '-open' );
566569

0 commit comments

Comments
 (0)