]> source.dussan.org Git - jquery-ui.git/commitdiff
Tabs demo: use collapsible instead of deprecated deselectable option
authorKlaus Hartl <klaus.hartl@googlemail.com>
Thu, 5 Feb 2009 07:27:20 +0000 (07:27 +0000)
committerKlaus Hartl <klaus.hartl@googlemail.com>
Thu, 5 Feb 2009 07:27:20 +0000 (07:27 +0000)
demos/tabs/collapsible.html

index 4c2646d157460f2846804425e91bd2fa9765a50b..d7f1a37b18d8cf135730e805a331ae34d766ca26 100644 (file)
@@ -10,7 +10,7 @@
        <script type="text/javascript">
        $(function() {
                $("#tabs").tabs({
-                       deselectable: true
+                       collapsible: true
                });
        });
        </script>
@@ -43,9 +43,9 @@
 
 <div class="demo-description">
 
-<p>Click the selected tab to toggle its content closed/open.  To enable this functionality, set the <code>deselectable</code> option to true.</p>
+<p>Click the selected tab to toggle its content closed/open.  To enable this functionality, set the <code>collapsible</code> option to true.</p>
 
-<pre><code>deselectable: true
+<pre><code>collapsible: true
 </code></pre>
 
 </div><!-- End demo-description -->