Pogo Slider – jQuery 动画滑块插件 暂停
参考:
http://www.open-open.com/lib/view/open1433319471338.html
Instantiating the plugin and calling the slider methods
var mySlider = $('.mySlider').pogoSlider(/* opts */).data('plugin_pogoSlider');
mySlider.pause(); // Pauses the slider on the current slide, only works if autoplay option set to true
本文介绍了如何使用PogoSlider插件实现jQuery动画滑块的暂停功能。通过实例化插件并调用slider方法,可以轻松地在当前幻灯片上暂停滑块,此功能仅在autoplay选项设置为true时生效。
5316

被折叠的 条评论
为什么被折叠?



