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
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
2 matches
Mail list logo