Masonry: A jQuery Layout Plugin

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.”

YoxView

YoxView is another jQuery image viewer plugin that doesn’t look like your typical lightbox. Though there are too many lightbox options available, YoxView is among the few that have a built–in slideshow feature, which may come in handy for some sites.

jQuery Crash

Now here’s a jQuery plugin with an evil twist: jQuery Crash. With just Javascript through jQuery, this plugin will crash anyone using IE6, a not so subtle way of telling them to start using a better browser. Sick.

Uniform

Uniform supposedly helps you produce “sexy forms with jQuery.” Essentially, it is a jQuery plugin that styles form elements and provides them a consistent look. A few designs are initially available as themes and it should be fairly easy to build your own from it.

“Underscore is a utility-belt library f …

Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It’s the tie to go along with jQuery’s tux.”

builder2 links for 2009/04/18

More lightboxes for JQuery

Just today while looking for new JQuery plugins, I ran into two interesting lightbox options. ColorBox is a lightweight option with some useful additional features; jboxed is another option that does things a bit differently with a unique navigation style not too common for most lightbox solutions.

Javascript Pull Quotes with jQuery

jquotelogo

jQuote is a jQuery plugin that enables you to do old–school print–style pull quotes without redundant markup or images. Just by simply denoting the pull quote from the original text, using simple <span> tags, you get instant big and floated pull quotes! You’ve got to see it for yourself.

builder2 links for 2009/02/25

jQuery magicpreview plugin

With our regular search for useful jQuery plugins, the magicpreview plugin should be useful for real–time manipulation of the DOM. One real–world use for this is for comment previews and similar things. Nice.