Difference between revisions of "Widget:ExpandAccordion"

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

Revision as of 14:33, 21 May 2018