Hi, how can I stop this effect? $('#y').fadeOut('slow').animate({opacity: 1.0}, 3000).fadeIn('slow');
I've tried independently $('#y').stop(); $('#y').stop(true); $('#y').stop(true,true); without any result thanks
Hi, how can I stop this effect? $('#y').fadeOut('slow').animate({opacity: 1.0}, 3000).fadeIn('slow');
I've tried independently $('#y').stop(); $('#y').stop(true); $('#y').stop(true,true); without any result thanks