Download
User Rating: 0/5 ( 0 votes)
Windows8 tile menu is a jquery plugin to easily create a windows 8 type tile based menu. Easy to understand and use
Source: github.com
1. INCLUDE CSS AND JS FILES
<link rel="stylesheet" href="css/os.css">
<script src="js/jquery.js"></script>
<script src="js/os.js"></script>
2. HTML
<div class="panels">
<div class="sec half">
<div>item 1 of the sample is nice</div>
div>item 2 of the sample is nice</div>
<div>item 3 of the sample is nice</div>
</div>
<div class="sec half">
<div>item 1 of the sample is nice</div>
<div>item 2 of the sample is nice</div>
<div>item 3 of the sample is nice</div>
</div>
</div>
3. JAVASCRIPT
$(".panels").winify({freq:7000});
explanation the one with sec half are half tiles and the div inside that tags are swapped time to time similarly one with sec full form the full sized tiles