Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.19 KB

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.

Figure: The comparison of the weight of similar other libraries

Table: The comparison of the weight of similar other libraries

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

jquery.tile.js - URIN HACK

Copyright

© 2011 Urin