PP.reallyOver

Syntax

reallyOver(element: HTMLDocument, event);

Parameters

element. DOM element.

event. Mouse cursor event.

Description

The reallyOver method determines whether the mouse cursor is really over the specified element or got from one child element to another.

Comments

This method returns True if the mouse cursor is over the specified element or got from one child element to another, otherwise it returns False.

Example

The example of use is given in the with description of the PP.reallyOut method.

See also:

PP