0.1.0 • Published 7 years ago

jquery.collapsible v0.1.0

Weekly downloads
38
License
MIT
Repository
github
Last release
7 years ago

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