Forums

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

Home Forums Back End Anything Slider AutoPlay Re: Anything Slider AutoPlay

#89339
bananablues
Participant

The correct coding:

$(function(){
$('#slider').anythingSlider({
autoPlay: true
});
});