Fork me on GitHub

Timeliny - jQuery plugin

Timeliny is a responsive jQuery plugin for creating year-based interactive timelines.



Documentation

The full plugin documentation can be found here.



Basic demo

Code :

<!-- Html -->
<div id="demo1">
    <div data-year="2013">Short text here</div>
    <div data-year="2011" class="active">Short text here</div>
    <div data-year="2010">Short text here</div>
</div>
/* Javascript */
$('#demo1').timeliny();

Result :

Short text here
Short text here
Short text here