Scandal
Guest
offline
Hello all!
Well, I have this code, multiple times inside the page to toggle blocks.
HTML:
The problem: I need once "Something X" h3 clicked to toggle the block-body--collapsible --> It works already via...
Read more
Continue reading...
Well, I have this code, multiple times inside the page to toggle blocks.
HTML:
Code:
<h3 class="block-formSectionHeader">
<span class="collapseTrigger collapseTrigger--block" data-xf-click="toggle" data-target="< :up:next">
<span>Something 1</span>
</span>
</h3>
<div class="block-body block-body--collapsible">
Lalala content
</div>
The problem: I need once "Something X" h3 clicked to toggle the block-body--collapsible --> It works already via...
Read more
Continue reading...