A simple jQuery show/hide plugin. Assumes your toggle HTML flows as follows:
- A component container element - this should contain your visible summary content and detail content which is hidden on page load
- A nested summary element. This should have the CSS class .summary
- Nested details element. This should have the CSS class .details
- openByDefault - boolean, set to false by default
- toggleLinkText - Comma separated string. Default value is 'Show more, Show less'
- clickableSummary - Make the whole summary clickable. false by default
- Allow for direct linking via hashtag
- Allow for nested show/hide panels
- Option to specify easing