jQuery jScreensaver
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/jScreensaver
软件介绍
Adds a image or flash movie to the page and after a delay show it lika a screensaver, blocking the page until some event happens.
Usage:$.jscreensaver();
or$.jscreensaver({options});
The default options are:
{
animationUrl: "../images/screensaver.gif",
delay: 5000,
docStrict: true,
events: 'mousemove mousedown keydown',
height: '100%',
textAlt: "Screensaver active",
type: 'image',
width: '100%'
}Hope you enjoy it!
jQuery Screensaver Plugin by Rafael Almeida is licensed under a Creative Commons Attribution-Share Alike 2.5 Brazil License.
JavaScript: The Definitive Guide, 5th Edition
David Flanagan / O'Reilly Media / 2006-08-01 / USD 49.99
This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today's Web 2.0 applications. This book is both an example-driven programmer's guide and a keep-on-your-desk ......一起来看看 《JavaScript: The Definitive Guide, 5th Edition》 这本书的介绍吧!
