News ticker (BBC style)

程序名称:News ticker (BBC style)

授权协议: 未知

操作系统: 未知

开发语言:

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

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...