Hi

 $("#y").stop().stop().stop()
      .show().css({opacity: 1.0});

by(e)
Stephan

2009/2/20 adexcube <alfonsoenci...@gmail.com>:
>
> 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

Reply via email to