I have a tooltip function in which I have a mouseout event on 2 elements. These two elements are child-parent (one into another).
Within this event I need to check if the mouse cursor is outside of both these 2 elements. How can I do this?
|
I have a tooltip function in which I have a mouseout event on 2 elements. These two elements are child-parent (one into another). Within this event I need to check if the mouse cursor is outside of both these 2 elements. How can I do this? |
||||
|
Instead of
Where From the docs:
|
|||
|
|
mouseoverevent on the elements, you need to check to see if the mouse cursor is outside both elements? Did you mean inside? Or did you mean amouseoutevent instead ofmouseover? – user113716 Jul 9 '10 at 13:07