Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/urin/jquery.tile.js
- Owner: urin
- License: mit
- Created: 2013-01-24T05:00:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T12:58:51.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T01:31:48.894Z (7 months ago)
- Topics: javascript, jquery, jquery-plugin
- Language: JavaScript
- Size: 135 KB
- Stars: 52
- Watchers: 9
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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