Hi,
I have very similar issue with hover(). Basically I have a dynamic element which has a hover() handler. This dynamic element also children divs, which are displayed (away from the parent) when the mouse is hovered over the parent. I want to be able to move the mouse to one of the children without the hover() function being called on the parent again, which of course hides the children.
In short, I want to be able to change the area of the hover() method so I can interact with the children divs (click, etc.).
Possible?
Thanks,
_K