Difference between revisions of "Widget:ExpandAccordion"
From DDO Compendium
MNDeveloper (talk | contribs) |
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) | alert($(anchor)); | ||
$(anchor).collapse('show'); | $(anchor).collapse('show'); | ||
}); | }); | ||
</script> | </script> | ||
</includeonly> | </includeonly> |