
10 jQuery Plugins to Help with Web Page Layouts
Every now and then a web project will come up that has special and unique layout requirements, and the current capabilities of CSS just aren’t enough. With projects such as these, jQuery can be your best friend. So here are 10 jQuery plugins to help you out with page layouts.
UI.Layout
The UI.Layout plug-in can create any UI look you want – from simple headers or sidebars, to a complex application with toolbars, menus, help-panels, status bars, sub-forms, etc.
mb.containerPlus
This plugin let’s you build full featured and fully skinnable containers. The container can be set to draggable, resizable, collapsable and minimizable.
css-template-layout
The project aims at providing web designers with a way to use the W3’s CSS Template Layout Module today. As a jQuery plug-in, the script parses a given set of CSS rules and displays the content as indicated in the specification. Options include the ability to select the CSS parsed, as well as an optional prefix to use for the CSS rules. Specifying a prefix allows style rules that are interoperable with a possible future browser implementations.
Masonry
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.
Columnizer
Columnizer will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns.
jQSlickWrap
jQSlickWrap forces text to wrap around the contents of an image, not just its bounding box as it does when you use a float with CSS.
Equal Heights
Equal Heights loops through the top-level child nodes of a specified element and sets their min-height values to that of the tallest.
js-columns
js-columns is designed to help with the creation of newspaper-style column layouts in HTML. While CSS3 has a variety of column-style properties, these are not yet widely implemented, and none help with the creation of page-based layouts.
Columnize
jQuery Columnize allows you to create a newspaper-like column layout.
jLayout
jLayout provides four layout algorithms for laying out HTML elements in web pages. This plugin allows you to lay out your elements with as little code as possible, and behaves correctly when used with margins, padding and borders.
Related Posts
Here's some other articles that you will definitely find useful.
10 Fresh and Useful jQuery Plugins
10 jQuery Slider Techniques and Plugins
10 jQuery Plugins and Techniques for Doing More with Images
14 Fresh and Useful jQuery Plugins
14 Helpful Cheat Sheets for Front-end Web Development























May 21, 2010
Thanks, useful post.
May 21, 2010
These are great – I know of at least two of these that I’ll be trying out immediately. Thanks for the inspiration.
May 21, 2010
Masonry is very useful! Thanks for the list.
May 21, 2010
This can really speed up the job of creating awesome-looking layouts.
May 21, 2010
Very nice list. Thanks, just learning css3
May 21, 2010
Nice collection. I think I should test some of these plugins
Thanks for sharing!
May 21, 2010
Why use JavaScript in place of CSS?
May 21, 2010
Couse sometimes it’s better looking. I think that’s all. You want nice looking page You use CSS, but if You want flash, trendy what ever page You use JavaScript:)
May 24, 2010
that’s the stupiest comment i’ve seen in a long time. get a book on progressive enhancement.
May 25, 2010
Yes, I agree. That comment is pretty stupie.
Aug 10, 2010
Because it’s one line of javascript and 10 minutes work, vs hours of frigging with pages of css, just because css and HTML were not developed with the modern web application in mind. How would it be if all your desktop apps either had a half-filled window, or a scrollbar on the right with half the contents off the page? No thanks.
May 22, 2010
Thank you for sharing, it’s a very useful list!
May 22, 2010
Nice List! I am going to try all these one by one
May 23, 2010
very useful plugins for webmasters, thanks for sharing.
May 24, 2010
I tend to stay away from doing layout with JS, but Masonry rocks. Definitely very useful.
May 24, 2010
Thanks for sharing !
will give it a try very soon
~Avinash
May 24, 2010
great ! thanks for sharing, been looking for some of em for a long time!