[jQuery] Re: fadeTo animation repeats multiple times in Firefox...why?

2008-09-18 Thread alexcoleman
er').stop().fadeTo("slow",1); > > }); > > The .stop() function cancels all animations queued/executing on the > element (not sure it is needed on the mouseout event), before starting > the new one. > > ricardo > > On Sep 18, 1:46 am, alexcoleman <[EMA

[jQuery] fadeTo animation repeats multiple times in Firefox...why?

2008-09-18 Thread alexcoleman
I'm attempting to work with the fadeTo command (also tried other animations like slideDown), but I keep getting repeat animations. Sometimes it'll cycle through 2 times, other times many more times. Here is the code I'm using: $(document).ready(function() { $('.featured').hover(function(){ $(thi