jquery.collapsible
v0.1.0
Published
A jquery plugin similar to jquery-ui's accordion
Downloads
82
Maintainers
Readme
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