jQuery Tiles

jQuery Tiles is a plugin to arrange html elements in an elegant layout, composed by blocks of random sizes.

It can be used to build fancy galleries instead of the usual slideshow, scroller, etc. Once your content is reorganized and perfectly tiled you're able to do whatever you want, like applying your favourite popup method (lightbox, pirobox, greybox, and so on…) or any other thing you can imagine.

For example, you want to tile these elements:

<div id="#images">
  <img src="photos/casta/1.jpg" />
  <img src="photos/casta/2.jpg" />
  <img src="photos/casta/3.jpg" />
  <img src="photos/casta/4.jpg" />
</div>

then you apply jQuery Tiles:

$("#images").tiles();

to get something like this:

See live demos:

Download


If you like this stuff, grab it here.

License

Beerware

Leave a Reply