0.1.0 • Published 9 years ago
jquery.collapsible v0.1.0
jQuery.collapsible
A jQuery plugin to act like jquery ui accordion
Usage
$("#myDiv").collapsible();
Options
- TO DO: expand this section
Methods
$("#myDiv").collapsible("collapse"); collapse the specified object
$("#myDiv").collapsible("expand"); expand the specified object
$("#myDiv").collapsible("isCollapsed"); returns true if the specified object is collapsed
$("#myDiv").collapsible("isExpanded"); returns true if the specified object is expanded
0.1.0
9 years ago