News ticker in the style of that used on the BBC news site.
Sample usage:
$(document).ready(function() { var options = { newsList: "#news", startDelay: 10, placeHolder1: " []" } $().newsTicker(options); });
for markup as follows:
<ul id="news"> <li><a href="http://www.makemineatriple.com">MakeMineATriple.com</a></li> <li><a href="http://www.jquery.com">jQuery</a></li> </ul>
Underline text decoration on the (un-hovered) link is not recommended, for obvious reasons! :-)
The full set of options is: