1.Category One
First title here [Show/Hide]
The expandAll() plug-in requires jQuery v.1.3+.
The plug-in applies \’Expand All/Collapse All\’ functionality that will collapse or expand
all panels with a certain class that reside within the container on which we call the plug-in.
Second title here [Show/Hide]
Example usage with all default options:
$(#container).expandAll();
We can override some default options, for example:
$(#container).expandAll({showMethod: slideDown, hideMethod: slideUp, speed: 400});
To explore all default options, see the script.
Third title here [Show/Hide]
With JavaScript turned off, the whole content is expanded, the links Expand All/Collapse All
are needless and could confuse the user. That\’s why
these elements are generated by the expandAll() plug-in.

