I\'m using cbpFWSlider and it doesn\'t appear to include an option for autoplay. I\'m pretty new to Jquery and have Googled to high heaven but have yet to find a solution. i
$('document').ready(function(){
$('#cbp-fwslider').cbpFWSlider();
setInterval( function(){
if($('.cbp-fwdots').find('span:last').hasClass('cbp-fwcurrent')){
$('.cbp-fwdots').find('span:first-child').click();
}else{ $('.cbp-fwnext').click();}} ,3000 );});
for return to first span (span:first-child) bucle infinite