We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Need to document...
Collapsible elements trigger a collapse and expand event on the div.
<div id="collapsible-element" data-role="collapsible" /> $('#collapsible-element').bind('collapse', function(){ /* COLLAPSED */ }); $('#collapsible-element').bind('expand', function() { /* EXPANDED */ });