jquery_timers实现带暂停功能的全屏相册

时间:2015-12-05 04:03:49
【文件属性】:

文件名称:jquery_timers实现带暂停功能的全屏相册

文件大小:1.36MB

文件格式:ZIP

更新时间:2015-12-05 04:03:49

相册

jquery_timers实现带暂停功能的全屏相册 /* http://www.haogongju.net/art/1036242 jQuery Timers 是一个用来封装 setTimeout 和 setInterval 方法的 jQuery 定时器插件。 提供了三个函式 1. everyTime(时间间隔, [计时器名称], 函式名称, [次数限制], [等待函式程序完成]) 2. oneTime(时间间隔, [计时器名称], 呼叫的函式) 3. stopTime ([计时器名称], [函式名称]) 示例: $("#close-button").click(function() { $(this).oneTime(1000, function() { $(this).parent(".main-window").hide(); }); }); $("#cancel-button").click(function() { $("#close-button").stopTime(); }); */


【文件预览】:
163css
----index.html(8KB)
----images()
--------2012021923402311.jpg(94KB)
--------index_gallery_button_next.png(2KB)
--------20120410182854282.jpg(309KB)
--------index_gallery_button_stop.png(2KB)
--------index_gallery_button_play.png(2KB)
--------index_gallery_button_prev.png(2KB)
--------20120218052651119.jpg(83KB)
--------global_logo_white.png(7KB)
--------index_gallery_caption_background.png(1KB)
--------20120219234023629.jpg(96KB)
--------global_background_trans.png(923B)
--------20120218052631414.jpg(87KB)
--------index_gallery_button_background.png(3KB)
--------20120221042104174.jpg(282KB)
--------20120219234024501.jpg(88KB)
--------20120218052652979.jpg(82KB)
--------20120221044244853.jpg(339KB)
----js()
--------jquery.timers.js(3KB)
--------jquery.js(91KB)
--------DD_belatedPNG_0.0.8a-min.js(7KB)
----json_gallery.js(2B)
----css()
--------163css.css(3KB)

网友评论

  • 不错,对我很有帮助,谢谢呀