Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Anything Slider Problem Re: Anything Slider Problem

#68952

I already have hashTags set to false. These are my settings.

        jQuery(function ($) {

$('.anythingSlider').anythingSlider({
easing: "easeInOutExpo",
autoPlay: true,
delay: 9000,
startStopped: false,
animationTime: 900,
hashTags: false,
buildNavigation: true,
pauseOnHover: true,
startText: "Go",
stopText: "Stop",
navigationFormatter: formatText
});

jQuery("#slide-jump").click(function($){
$('.anythingSlider').anythingSlider(6);
});

});