Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/urin/jquery.tile.js

The lightest jQuery plugin to tile boxes.
https://github.com/urin/jquery.tile.js

javascript jquery jquery-plugin

Last synced: 7 days ago
JSON representation

The lightest jQuery plugin to tile boxes.

Awesome Lists containing this project

README

        

# [jquery.tile.js](//urin.github.io/jquery.tile.js/)
The lightest jQuery plugin to tile boxes.

## Demos
See [demos](//urin.github.io/jquery.tile.js/).

## 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](assets/images/script-size-comparison-graph.png "The comparison of the weight of similar other libraries")

![Table: The comparison of the weight of similar other libraries](assets/images/script-size-comparison-table.png "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.

```html

```

(2) Call `$('selector').tile()` in document ready event of jQuery.

```javascript
$(function() {
$('selector').tile();
});
```

## Links
Detail explanation [here](//urin.github.io/posts/2013/release-jquery-tile-js/) (in Japanese).

[jquery.tile.js - URIN HACK](//urin.github.io/posts/2013/release-jquery-tile-js/)

## Copyright
© 2011 Urin