如果您在类似这样的页面上设置了任何滑块
$('.anythingSlider').anythingSlider({
easing: "easeInOutExpo",
autoPlay: true,
delay: 5000,
startStopped: false,
animationTime: 600,
hashTags: true,
buildNavigation: true,
pauseOnHover: true,
navigationFormatter: formatText
});
你以后怎么能改变一个单独的属性——比如说delay=10000
?