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:
/*
- * 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.
*
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' );