Skip to content

vyty/Wookmark-jQuery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Wookmark

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

See the documentation page for examples. The repository also includes a working example.

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,
  autoResize: true
});

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors