The lightest jQuery plugin to tile boxes.
See demos.
The comparison of the weight of similar other libraries is shown below.
This comparison was done at 2014-05-22 using the latest version of all libraries.
(1) Download and load this plugin javascript file after jQuery.
<script src="/js/jquery.tile.js"></script>
(2) Call $('selector').tile()
in document ready event of jQuery.
$(function() {
$('selector').tile();
});
Detail explanation here (in Japanese).
© 2011 Urin