I essentially recreated the table section of what I needed to make JS for and put together some working code in JS fiddle, but when I try to add it to where the table section is or within any other functions that are called int he html it seems to break the page… any idea where to put this? http://jsfiddle.net/UyHj3/13/
$("tr.clickable.subheading td").click(function() {
$(this).parents("tr.clickable.subheading").nextUntil("tr.clickable.subheading").toggle();
});
Put in either
Or