Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

newspaper


js-columns - Newspaper style column layouts

Displays columns filling the container height, with smooth paging and adjusting the number of columns according to the available page width.

Alpha version. Please feed back if interested in using the module on a live site.

Newspaper Rollup

A nice little newspaper roll-up effect for hiding page elements. A given element is hidden from the page via a "roller" that sweeps across the element, hiding it from view.

Columnize

Columnize creates a newspaper-like column layout. The original HTML code only needs small adaptions. In most cases, it is not necessary to adapt the HTML code at all.
Using the plugin is easy:

$("#text").columnize();

sets the contents of the DOM node with the ID ›text‹ in a two-column layout with balanced column lengths.

Columnizer

Easily give your site the newspaper layout you've dreamed of, and use Columnizer to layout your content into multiple columns automatically. Resizing the browser will automatically add or remove columns based on available width. Now your layout can automatically adjust to really wide monitors and adapt to narrow iPhone interfaces!

Check the out basic demos: First Sample, Second Sample, and the Third Sample.

Advanced demo: Page 2 of welcome.totheinter.net

Columns can be sized to fit any width and layout images and complex nested HTML on the fly.

Easy to use:
$('.wide').columnize({width:400});

Advanced options available for more complex layouts.