I have a set of divs that I want to make collapsible/expandable using jQuery\'s slideToggle() method. How do I make all of these divs collapsed by
collapsible/expandable
slideToggle()
You can start your elements with style="display: none;" and slideToggle() will take it from there.