Skip to content

The lightest jQuery plugin to tile boxes.

License

Notifications You must be signed in to change notification settings

urin/jquery.tile.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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