L1® Model 1S FAQ: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
// hide all sub details. | |||
$("h3")next().hide(); | |||
$("h3").click(function () { | |||
if ($(this).next().is(":visible")) { | |||
} else { | |||
// $(this).html("Less"); | |||
} | |||
$(this).next().toggle("slow"); | |||
}); | |||
/* | /* | ||
$("#tree_view").treeview({ | $("#tree_view").treeview({ | ||