Quantcast
Channel: jQuery Plugins – Designify
Viewing all articles
Browse latest Browse all 82

vTicker – A jQuery plug-in that adds scrolling vertical tickers to your site

$
0
0

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:

 

vticker - A jQuery plug-in that adds scrolling vertical tickers to your site

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

 



Viewing all articles
Browse latest Browse all 82

Trending Articles