- 授权协议: GPLv3
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/ai/visibility.js
- 软件文档: https://github.com/ai/visibility.js
软件介绍
Visibility.js – a wrapper for the Page Visibility API
示例代码:
var slideshow = Visibility.every(5 * 1000, function () { nextSlide(); }); $('.stopSlideshow').click(function () { Visibility.stop(slideshow); });
JavaScript and Ajax for the Web, Sixth Edition
Tom Negrino、Dori Smith / Peachpit Press / August 28, 2006 / $24.99
Book Description Need to learn JavaScript fast? This best-selling reference’s visual format and step-by-step, task-based instructions will have you up and running with JavaScript in no time. In thi......一起来看看 《JavaScript and Ajax for the Web, Sixth Edition》 这本书的介绍吧!
