Difference between revisions of "Widget:ExpandAccordion"
From DDO Compendium
MNDeveloper (talk | contribs) |
MNDeveloper (talk | contribs) |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> | |||
<script> | <script> | ||
jQuery(document).ready(function () { | |||
var anchor = window.location.hash; | var anchor = window.location.hash; | ||
jQuery(anchor).collapse('show'); | |||
}); | }); | ||
</script> | </script> | ||
</includeonly> | </includeonly> |