Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carlwoodhouse/jquery.hoverGrid

A simple, lightweight jQuery plugin for creating a grid of images which when hovered reveals a caption
https://github.com/carlwoodhouse/jquery.hoverGrid

Last synced: about 2 months ago
JSON representation

A simple, lightweight jQuery plugin for creating a grid of images which when hovered reveals a caption

Awesome Lists containing this project

README

        

# jquery.hoverGrid

A simple, lightweight jQuery plugin for creating a grid of images which when hovered reveals a caption

## Installation

Include script *after* the jQuery library



If you want the default styles also include the css, if not feel free to style it as you see wish!

## Usage

create the html markup for the grid in your file



my image

Some Title


This is a caption to end all captions




apply the js, example:


$(document).ready(function() {
$('#whatever').hoverGrid();
});

Full Example
Check out our [github-page] (http://carlwoodhouse.github.com/jquery.hoverGrid)

## Options
**itemClass** - Define a class for the grid items

itemClass: '.alternate-class'

*Default: '.item'*

## Authors

* [Carl Woodhouse](https://github.com/carlwoodhouse)
* [Mark Searle](https://github.com/marksearle)