Re: [jQuery] Slide down / Slide up, stop repeating

2010-03-02 Thread Nathan Klatt
On Mon, Mar 1, 2010 at 11:35 AM, Paul Collins wrote: > My problem is that if someone hovers over the .content multiple times, > the JQuery remembers and keeps popping the menu up and down >From http://api.jquery.com/stop/: We can create a nice fade effect without the common problem of multiple q

[jQuery] Slide down / Slide up, stop repeating

2010-03-01 Thread Paul Collins
Hi all I've got a drop down menu that expands when you hover over a heading. Here is the JQuery $("#header .dropDown .content").hover( function () { $("#header .dropDown ul").slideDown(); return false; }, function () { $("#header .dropDown ul").slideU