News ticker (BBC style) 介绍
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:
- newsList: “#news” // assumes unordered list; specify the ul holding the news items
- tickerRate: 80 // time gap between display of each letter (ms)
- startDelay: 100 // delay before first run of the ticker (ms)
- loopDelay: 3000 // time for which full text of each item is shown at end of print-out (ms)
- placeHolder1: ” |” // character placeholder shown on even loops
- placeHolder2: “_” // character placeholder shown on odd loops
News ticker (BBC style) 官网
http://plugins.jquery.com/project/BBCnewsTicker
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。