danielstocks / jQuery-Collapse

A lightweight (~1kb) jQuery plugin that enables expanding and collapsing content
http://webcloud.se/jQuery-Collapse/
MIT License
679 stars 153 forks source link

How to configure details below title? #72

Closed smallg closed 9 years ago

smallg commented 10 years ago

In my need, not h3 element first. like this:

<div id="custom-show-hide-example">
      <div>This is some information</div>
      <h3>Indeed</h3>
  </div>

How to implement this function