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?