Difference between revisions of "Widget:ExpandAccordion"

From DDO Compendium
Line 4: Line 4:
$(document).ready(function () {
$(document).ready(function () {
var anchor = window.location.hash;
var anchor = window.location.hash;
alert($(anchor).getId());
alert($(anchor).attr('id'));
$(anchor).collapse('show');
$(anchor).collapse('show');
});
});
</script>
</script>
</includeonly>
</includeonly>

Revision as of 16:13, 21 May 2018