jquery.tile.js
The lightest jQuery plugin to tile boxes.
Demos
See demos.
How light is it?
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.
Quick start
(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(); });
Links
Detail explanation here (in Japanese).
Copyright
© 2011 Urin