|
That's the "HideAll()" function collapsing all the boxes with the same class name.
To use two separate sets, you need to differentiate between each group when hiding the boxes.
The classname can be passed through in the show function and on through to the "HideAll()" function to replace the hardcoded variable.
|