PP.fixEvent

Syntax

fixEvent(event, elem: HTMLElement);

Parameters

event. Event object.

elem. DOM element for which the event is occurs.

Description

The fixEvent method ensures cross browser performance for specified event.

Comments

The method returns event object.

Example

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

See also:

PP