Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<a id="toggleAll" href="#">Expand/Collapse All</a> <script type="text/javascript"> AJS.toInit(function () { AJS.$('#toggleAll').click(function() { jQuery(".expand-control").each(function()

{ jQuery(this).trigger("click");}

) }); }); </script>


Tip
Sign up here to subscribe to our mailing list for software update notifications

...