Stuart Wright
Well-known member
Hello folks,
in Xenforo 1, there is a means to expand and collapse elements in templates.
We do it in our contact page: https://www.avforums.com/pages/contact/
using
This doesn't work in Xenforo 2 (surprise, surprise )
Is there something suitable we can use?
Thanks
in Xenforo 1, there is a means to expand and collapse elements in templates.
We do it in our contact page: https://www.avforums.com/pages/contact/
using
HTML:
<div class="ToggleTriggerAnchor primaryContent"><a href="javascript:" class="JsOnly ToggleTrigger" data-target=".div_class">Some message which is clickable to expand/collapse the block below it</a>
<div class="div_name">
Is there something suitable we can use?
Thanks