You are not logged in.

#1 2015-02-28 09:31:38

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

Capture all click events in JavaScript

Question:
Which of the following is used to capture all click events in a window?

Option A):
window.captureEvents(Event.CLICK);
Option B):
window.routeEvents(Event.CLICK );
Option C):
window.raiseEvents(Event.CLICK );
Option D):
window.handleEvents (Event.CLICK);

Correct Answer is Option A):
window.captureEvents(Event.CLICK);


Failure is the first step towards seccess.

2015-02-28 09:31:38

Advertisement
Ads By Google

Re: Capture all click events in JavaScript



\n

Board footer