[jQuery] Re: Dropdown menu Issue

2009-08-20 Thread Xenongasman
Okay, so this work but I got another question... When the menu is animating down or up, if you move off it jumps to the end and starts the animation the other way, is there a way to make it just start sliding up from where it is? On Aug 13, 5:45 pm, Xenongasman xenongas...@gmail.com wrote

[jQuery] Re: Dropdown menu Issue

2009-08-20 Thread Xenongasman
for second paramter). On Aug 20, 3:16 pm, Xenongasman xenongas...@gmail.com wrote: Okay, so this work but I got another question... When the menu is animating down or up, if you move off it jumps to the end and starts the animation the other way, is there a way to make it just start

[jQuery] Re: Dropdown menu Issue

2009-08-13 Thread Xenongasman
unbinding the hover would work http://docs.jquery.com/Events/unbind On Aug 12, 12:29 pm, Xenongasman xenongas...@gmail.com wrote: Any ideas? On Aug 8, 2:18 pm, Xenongasman xenongas...@gmail.com wrote: Yes it does work fine, except that the animations will repeat themselves if you move

[jQuery] Re: Dropdown menu Issue

2009-08-12 Thread Xenongasman
Any ideas? On Aug 8, 2:18 pm, Xenongasman xenongas...@gmail.com wrote: Yes it does work fine, except that the animations will repeat themselves if you move on and off again quickly. So to remedy that I changed the script to: script language=JavaScript         $(function

[jQuery] Re: Dropdown menu Issue

2009-08-08 Thread Xenongasman
Yes it does work fine, except that the animations will repeat themselves if you move on and off again quickly. So to remedy that I changed the script to: script language=JavaScript $(function(){ $('#menu li').hover( function() {

[jQuery] Dropdown menu Issue

2009-08-07 Thread Xenongasman
So I got a bit of a issue. I have a working dropdown menu animated on hover with slideDown and slideUp. But the problem is if I move off and on the menu quickly it will repeat the slideDown/Up effect. So I thought I would add stop() right before slideDown/Up and that breaks it. It'll work for the