Difference between revisions of "Widget:ExpandAccordion"
From DDO Compendium
MNDeveloper (talk | contribs) (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...") |
MNDeveloper (talk | contribs) |
||
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> |