jquery.collapsible

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i jquery.collapsible

Weekly Downloads

13

Version

0.1.0

License

MIT

Last publish

Collaborators

  • simon-reynolds