Script File
jq.toggleModule.js ( view )
Available Options
initialState
A string specifying whether the associated module should be displayed or hidden on initial page load. Available options include:
Default value is "visible".
moreText
A string used to provide additional detail to the control label. Default values are "Show" and "Hide" depending on the module's visibility.
Basic Usage
$("ELEMENT").toggleModule();
$("ELEMENT").toggleModule({ options });
Minimum Browser Support
- Apple Safari 3
- Google Chrome 1
- Microsoft Internet Explorer 6
- Mozilla Firefox 3
- Opera 9