Add and remove class in loop using jquery
setInterval(function(){ $('#topcontrol img').toggleClass('wiggle'); setTimeout(function(){ $('#topcontrol img').toggleClass('wiggle'); },500); },1000);
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.