2
如果您有任何頁面上的滑塊設置喜歡的東西,像這樣jQuery的AnythingSlider - 初始設置後更改屬性
$('.anythingSlider').anythingSlider({
easing: "easeInOutExpo",
autoPlay: true,
delay: 5000,
startStopped: false,
animationTime: 600,
hashTags: true,
buildNavigation: true,
pauseOnHover: true,
navigationFormatter: formatText
});
你怎麼能在以後更改個別屬性 - 說delay=10000
?