![]() |
VOOZH | about |
The SVG Window.event property returns the event which is currently being handled by the site's code.
Syntax:
var e = window.event
Return value: This property returns the Event which is currently being handled by the site's code.
Example 1: In this example we will use onclick event.
Output:
👁 ImageExample 2: In this example, we will use onmouseover event.
Output:
👁 Image