Powered By Blogger

Wednesday, June 17, 2015

only delay function in jquery

 $('#start').click(function(){
             setTimeout(
function(){
$('#effect').addClass('wow pulse animated animated');
},1000);
               
         
        });

No comments:

Post a Comment