March 28, 2024

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

jquery

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

jquery

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

jquery

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

jquery

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

jquery

Columnizer will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns.

jQSlickWrap

jquery

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

jquery

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

jquery

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

jQue­ry Co­lum­ni­ze al­lows you to crea­te a newspa­per-li­ke co­lumn lay­out.

jLayout

jquery

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.

Share

Henry Jones is a web developer, designer, and entrepreneur with over 14 years of experience. He is the founder of WDL and ThemeTrust.

20 Comments

    1. ddeja Reply

      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:)

    2. Scott Reply

      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.

    3. Jay Reply

      It’s the same mentality that uses Java over C++. Make life easy for the developer and make the end user pay in extra processing every time they use the app.

Leave a Reply

Your email address will not be published. Required fields are marked *