vTicker is easily added to your existing web page by including jQuery, the vTicker plug-in javascript file and then by simply calling the vTicker plug-in with the selector(s) you wish to create a vTicker with:
DOWNLOAD | DEMO
HTML
<div id="example">
<ul>
<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor</li>
<li>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut</li>
<li>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore</li>
</ul>
</div>
Javascript
$(function() {
$('#example').vTicker();
});
Based on the original vTicker project by JugBit
Made with ♥ in London by Rich Hollis
Design based upon an original design by Jess Eddy.
vTicker is available under the MIT & BSD licenses