Skip to content

contributed/Wookmark-jQuery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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. All images used in the example are copyrighted by their respective owners and only included for showcasing plugin functionality..

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

No packages published

Languages

  • JavaScript 100.0%