Timeliny is a responsive jQuery plugin for creating year-based interactive timelines.
The full plugin documentation can be found here.
<!-- 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();