aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2011-11-06 19:06:32 +0100
committerFelix Nagel <info@felixnagel.com>2011-11-06 19:06:32 +0100
commit0f63b4b1fa0013f600996e883b46a8e6a5b9e627 (patch)
treeed7c3dc0aab27b88402a83444861608f25221336
parent0dbcbbc8460dd570cffa408d7e876a88576cda79 (diff)
downloadjquery-ui-selectmenu_v1.2.0.tar.gz
jquery-ui-selectmenu_v1.2.0.zip
Release version 1.2.0selectmenu_v1.2.0
-rw-r--r--readme6
-rw-r--r--ui/jquery.ui.selectmenu.js4
2 files changed, 7 insertions, 3 deletions
diff --git a/readme b/readme
index 6a6a26be1..635482848 100644
--- a/readme
+++ b/readme
@@ -7,9 +7,13 @@ INFO
This is an improved version of the jQuery UI selectmenu widget originally developed by Scott (filament group):
http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/
+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.1.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.1.0
+Stable version (v1.2.0): https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.0
+
+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:
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js
index 91e1c3841..e4ed2d5c2 100644
--- a/ui/jquery.ui.selectmenu.js
+++ b/ui/jquery.ui.selectmenu.js
@@ -1,5 +1,5 @@
/*
- * jQuery UI selectmenu dev version
+ * jQuery UI selectmenu version 1.2.0
*
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
@@ -13,7 +13,7 @@
$.widget("ui.selectmenu", {
getter: "value",
- version: "1.8",
+ version: "1.9",
eventPrefix: "selectmenu",
options: {
transferClasses: true,