Skip to content

nobuhito/jquery-rtile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Responsive tail plugin for jQuery

Description

screencast

More sample for GitHubPage.

VS.

Requirement

Usage

var tile = $("#rtile").rtile()           // initialize
for (var i=0; i<50; i++) {}
  tile.rtile("add", "<div>block</div>"); // add tile
}

More sample for GitHubPage.

Install

Download the jQuery and observe-js and add it to the html file

<script src="../js/jquery.min.js"></script>
<script src="../js/observe.js"></script>
<script src="../js/jquery-rtile.js"></script>

Contribution

Use GitHub PullReq.

Licence

MIT

Author

Nobuhito

About

Responsive tile view plugin for jQuery.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published