<script type="text/javascript">
$(function() {
$("#tabs").tabs({
- deselectable: true
+ collapsible: true
});
});
</script>
<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 -->