waynesutton / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Wookmark

This is a jQuery plugin for laying out a dynamic grid of elements.

See the documentation page for examples.

Installation

Prequisites

Required files

Copy jquery.wookmark.js to your javascript folder.

Usage

The plugin can be called with jQuery in different ways.

Standard call with default settings:

$('.myElements').wookmark();

Where myElement is the class of the items you want to lay out in a grid.

Options

$('.myElements').wookmark({
  container: $('myContent'),
  offset: 5,
  itemWidth: 200
});

See the documentation page for details on available options.

Feedback

Please send me an email with any feedback you have or contact me on twitter @gbks.

Contributing

Contribute!

About

A jQuery plugin to create a dynamic, multi-column layout.