]> source.dussan.org Git - jquery-ui.git/commitdiff
updated: readme file, copyright notice and version
authorFelix Nagel <info@felixnagel.com>
Wed, 16 May 2012 20:19:24 +0000 (22:19 +0200)
committerFelix Nagel <info@felixnagel.com>
Thu, 17 May 2012 14:02:39 +0000 (16:02 +0200)
readme
ui/jquery.ui.selectmenu.js

diff --git a/readme b/readme
index 635482848308726cb4d71c752807ae557a88d82f..b0c05de83eca863f19b70ca9a8c959159e982fb2 100644 (file)
--- a/readme
+++ b/readme
@@ -10,10 +10,9 @@ http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_
 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.2.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.0
+Latest version: https://github.com/fnagel/jquery-ui/zipball/selectmenu (1.7.2 and jQuery UI 1.8.20)
+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)
 
-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:
index 811ec6711530dce67be86df8f61569f11828bbb2..ce08e2bc3e421fef5caab1743368ef479b5ad62a 100644 (file)
@@ -1,7 +1,8 @@
  /*
- * jQuery UI selectmenu dev version * jQuery UI selectmenu 1.2.1 version
+ * jQuery UI selectmenu 1.3.0pre version
  *
- * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
+ * Copyright (c) 2009-2010 filament group, http://filamentgroup.com
+ * Copyright (c) 2010-2012 Felix Nagel, http://www.felixnagel.com
  * Dual licensed under the MIT (MIT-LICENSE.txt)
  * and GPL (GPL-LICENSE.txt) licenses.
  *
@@ -561,6 +562,8 @@ $.widget("ui.selectmenu", {
                if ( self.newelement.attr("aria-disabled") != 'true' ) {
                        self._closeOthers(event);
                        self.newelement.addClass('ui-state-active');
+
+                       self.listWrap.appendTo( o.appendTo );
                        self.list.attr('aria-hidden', false);
                        self.listWrap.addClass( self.widgetBaseClass + '-open' );