Script File
jq.toggleMoreInfo.js ( view )
Available Options
cols
An integer specifying the cols (width) value for the created textarea. Default value is 50.
rows
An integer specifying the rows (height) value for the created textarea. Default value is 5.
chars
An integer specifying the maximum number of characters allowed for the created textarea. Enter "unlimited" for no character counter. Default value is 255.
instr
A string specifying the additional instructions to be displayed. If explanatory text already exists, set to "inline". Default value is "Please explain below.".
Basic Usage
$("ELEMENT").toggleMoreInfo();
$("ELEMENT").toggleMoreInfo({ options });
Minimum Browser Support
- Apple Safari 3
- Google Chrome 1
- Microsoft Internet Explorer 6
- Mozilla Firefox 3
- Opera 9