Prevent collapsing groups from interacting
-
I have two groups of collapsing elements on the same page. The system is working great insofar as I can independently open and close collapsed content WITHIN each groups, but when I click a trigger element in one group, expanded content in the other group collapses. I don’t want this; I want the triggers in one group to affect only content in that group.
I see this same behavior on your documentation page. For example, the two groups under the subheadings “Science Fiction” and “Pure Science” have this same interaction — elements in the other group close when a trigger from the other group is clicked.
The exception I’ve noticed so far on your docs page is that triggers with “-highlander” in the rel attribute seem not to affect other groups. I want that same “insulation” from other groups, but I don’t want the highlander behavior.
I’ve experimented with class and rel names, etc. but so far no luck. Is this possible?
The topic ‘Prevent collapsing groups from interacting’ is closed to new replies.