$(document).ready(function (){
function init_slider() {
$('#date_ss').bjqs({
animtype: 'fade',
autoplay: autoPlay,
animduration: -1,
animspeed: 4000,
height: 'auto',
width: 900,
keyboardnav: goTo,
responsive: false,
showcontrols: false,
showmarkers: false,
centercontrols: false
});
}
init_slider();
});
我正在使用这个。goTo 是我用来启用和禁用键盘导航的标志。我的问题是滑块是自动旋转的,我想停止它。