Created by: bozdoz
If the collapsibles haven't initialized yet, $elem.collapse('hide') initializes and then triggers toggle(), which shows the collapsible (if the element is without the in class), ignoring the option hide in the initial call.
Created by: bozdoz
If the collapsibles haven't initialized yet, $elem.collapse('hide') initializes and then triggers toggle(), which shows the collapsible (if the element is without the in class), ignoring the option hide in the initial call.