This plugin automatically captions images using the ALT and LONGDESC attributes.
Click here to Download (Version 1.0) »
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
| toolTip | boolean | no | true | Determines whether a tooltip appears when hovering over the image. The tooltip text will be taken from the longdesc attribute value; if there is no longdesc attribute then no tooltip will show regardless of this setting. |
$(document).ready(function(){
$('#example1 img').caption();
});
