Captions

This plugin automatically captions images using the ALT and LONGDESC attributes.

Download

Click here to Download (Version 1.0) »

Options

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.

Examples

Basic usage:

$(document).ready(function(){
    $('#example1 img').caption();
});

This is the ALT tag text of the image