Learn and share. The simplest harmony.

 

Columnizer jQuery Plugin : Newspaper Column Format

Posted on January 25, 2010 and got 2 shouts so far

Picture 2


Columnizer is a jQuery plugin that format your webpage layout to a newspaper column format automatically. You just specify how many columns you want to have, specify each column’s width and let Columnizer do the rest. Columnizer also have a buildOnce function that will re-columnized your column when the window is resized or not.
If you want to create column as many as fit in the browser window you can use this code :

$(’selector’).columnize({width: 400 })

See basic example from this plugin here and advanced example here.

 

This Post Tags :

Bookmark Post :