News ticker (BBC style)
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/BBCnewsTicker
软件介绍
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 target="_blank" rel="nofollow" href="http://www.makemineatriple.com">MakeMineATriple.com</a></li>
<li><a target="_blank" rel="nofollow" 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
Introduction to Computation and Programming Using Python
John V. Guttag / The MIT Press / 2013-7 / USD 25.00
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!
