L1® Model 1S FAQ: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{JQuery}} | {{JQuery}}{{Bose Stylesheet}} | ||
<!--{{Bose Stylesheet}}{{JQuery TreeView}}--> | <!--{{Bose Stylesheet}}{{JQuery TreeView}}--> | ||
<html> | <html> | ||
| Line 6: | Line 6: | ||
// hide all sub details. | // hide all sub details. | ||
$("h3")next().hide(); | $("h3").next().hide(); | ||
$("h3").click(function () { | $("h3").click(function () { | ||
| Line 13: | Line 13: | ||
// $(this).html("Less"); | // $(this).html("Less"); | ||
} | } | ||
$(this).next().toggle(" | $(this).next().toggle("fast"); | ||
}); | }); | ||