Link to home
Start Free TrialLog in
Avatar of maqskywalker
maqskywalker

asked on

events for the javascript alert() method

I have this fiddle:

http://jsfiddle.net/cnLyu5u3/

It has a button that launches an alert window on button click using jquery.

On the alert window that pops up. It has an OK button on that alert window.

Do you guys know what event gets fired when I click the OK button on the alert window.

Is there a link somewhere that shows all the events for the alert() method?
ASKER CERTIFIED SOLUTION
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of maqskywalker
maqskywalker

ASKER

Thanks for the good info.