[jQuery] Re: mouseleave triggering prematurely?

2009-07-26 Thread Charlie
take a closer look at how hover function works. It requires *two* functions called. You are also embedding a hover function within a hover function (mouseover) then calling the mouseover function within itself http://docs.jquery.com/Events/hover try this and see if this is the effect you

[jQuery] Re: mouseleave triggering prematurely?

2009-07-26 Thread iceangel89
sorry abt the dbl post, i see my profile and the post wasnt there so i thought maybe i didnt post it. or something. anyway. the reason why i nest the hover() - which i changed to mouseover already - is because i want to attach the event to inner li a's after the slidedown. so i dont get the