Closed multiformeingegno closed 11 years ago
You can call the plugin like this:
var changeToSlide = 6;
jQuery('.anythingSlider').anythingSlider(changeToSlide);
This is described in the documentation.
Please use these github issues for reporting bugs or enhancement requests. If you have a general question that you can't find in the documentation (wiki tab above) or the documentation isn't clear enough, then please use the CSS-Tricks forums. Thank you.
jQuery('#slide-jump').click(function () { jQuery('.anythingSlider').anythingSlider(6); });
What's the number in .anythingSlider(6); ?
Thanks in advance! :)