Given a div box, suppose we want to show a tooltip if the mouse is static inside for a while, showing the tooltips under the mouse cursor, once the mouse moved, the tooltip will disappear.
I want to know is there any way to simulate this? As we know, mouseover is triggered only when enter the box.