Difference between revisions of "Widget:ExpandAccordion"

From DDO Compendium
Line 1: Line 1:
<includeonly>
<includeonly>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script>
<script>
$(document).ready(function () {
jQuery(document).ready(function () {
var anchor = window.location.hash;
var anchor = window.location.hash;
$(anchor).collapse('show');
jQuery(anchor).collapse('show');
});
});
</script>
</script>
</includeonly>
</includeonly>

Revision as of 16:17, 21 May 2018