Page 1 of 1

Collapsible expand when other collapse

Posted: Fri Jul 17, 2015 12:36 pm
by Angel Garcia

I have a Collapsible with two CollapsibleBlocks (Login and Register). When login is expanded and I expand Register, Login collapses (and vice versa). I want, when Login is expanded and I collapse it, expands Register (and vice versa).

I tried with this code when in collapse action at both objects and I don't have any result.
$("#login").trigger("expand");

How can I solve this issue?


Collapsible expand when other collapse

Posted: Fri Jul 17, 2015 5:51 pm
by Pavel Zarudniy

Hi Angel,
Please try to use
code
Apperyio('<register_block>')&#46;collapsible("expand");
/code


Collapsible expand when other collapse

Posted: Mon Jul 20, 2015 6:16 am
by Angel Garcia

It works. Thank you!