Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
$("a.hider").click (function () {
$(this).next().toggle();
})which means that, if any a class="hider" is clicked, the next same-level element in the DOM structure would hide (if visible) or show (if hidden)... there is a huge potential
1 to 4 of 4