jQuery Capty - A Caption Plugin (current version: 0.2.1)

jQuery Capty is a plugin jQuery Capty is a plugin that creates captions over the images.
With default options:
Super Mario Bros.®
$('#default').capty();

Super Mario Bros.®

- The tag "alt" is used to apply the caption by default.
With animation and a custom speed:
Super Mario Bros.®
$('#animation').capty({
  animation: 'fade',
  speed:     400
});

Super Mario Bros.®
With fixed caption:
Super Mario Bros.®
$('#fixed').capty({
  animation: 'fixed'
});

Super Mario Bros.®
A custom caption with a external content:
Mario - Super Mario Bros.®
http://www.mariobros.com
$('#content').capty({
  height:   46,
  opacity:  .6
});




  Mario - Super Mario Bros.®

  http://www.mariobros.com

- The tag "name" is used to link the external content.
A group of elements with sufix, prefix and a custom style:
$('.fix').capty({
  cWrapper:  'capty-tile',
  prefix:    'Luigui',
  sufix:     'Super Mario Bros.®'
});




- You can use cWrapper, cImage and cCaption to use different styles for different Captys.
Default options:
animation:    'slide'
The captions animation type: 'slide', 'fade' or 'fixed'.
cCaption:     'capty-caption'
The class name of the wrapper caption.
cImage:       'capty-image'
The class name of the wrapper image.
cWrapper:     'capty-wrapper'
The class name of the wrapper image and caption.
height:       30
The height of the caption.
opacity:      .7
The opacity of the caption.
prefix:       ''
The text/html that will be applied at the beginning of the legend.
speed:        200
The speed in which caption will appear and disappear.
sufix:        ''
The text/html that will be applied at the end of the caption.
Images references:
- - -