aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selectmenu/default.html
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2011-10-03 23:45:32 +0200
committerFelix Nagel <info@felixnagel.com>2011-10-03 23:45:32 +0200
commit0f04a5bb5ca57864726b4b0dd7d386335e4e38f0 (patch)
treef92696cb561608c4e4a11dc1f8efb2dccea62cc2 /demos/selectmenu/default.html
parenta9aef0974b7fca878e4a88d8a2e1beacc940eae5 (diff)
downloadjquery-ui-0f04a5bb5ca57864726b4b0dd7d386335e4e38f0.tar.gz
jquery-ui-0f04a5bb5ca57864726b4b0dd7d386335e4e38f0.zip
Selectmenu: adjusted default demo description
Diffstat (limited to 'demos/selectmenu/default.html')
-rw-r--r--demos/selectmenu/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/selectmenu/default.html b/demos/selectmenu/default.html
index 8e481ea63..8e4c7556e 100644
--- a/demos/selectmenu/default.html
+++ b/demos/selectmenu/default.html
@@ -95,7 +95,7 @@
<div class="demo-description">
<p>The Selectmenu widgets provides a styleable select element replacement. It will act as a proxy back to the original select element, controlling its state for form submission or serialization </p>
-<p>The datasource is a native select element or a simple JavaScript array, provided to the widget using the source-option.</p>
+<p>The datasource is a native select element. Supports optgroups.</p>
</div><!-- End demo-description -->
</body>