Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting new div before leaving the other one
Message
From
21/03/2016 06:05:01
 
 
To
21/03/2016 00:52:31
General information
Forum:
Javascript
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01633406
Message ID:
01633414
Views:
47
>I have two div next to each other. When the second div is reached, I need to execute that code prior to the code that leaves the other div.
>
>So, I have onmouseover and onmouseout events. However, the onmouseout event of the first div always executes before the onmouseover of the next div.
>
>So, I need to find a way to structure that so the onmouseout of the first div will be smart enough to know it sits over the second div so I can cancel some code in the onmouseout of the first div in such circumstance.

The mouseout event is going to fire before any events on the new target. - maybe set a timer in the handler, set a flag on the mouseenter event of the next div then check this when the timer expires ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform