Hi!
How I can capture event, close browser window, in jQuery or javascript ?
|
|
Hi! How I can capture event, close browser window, in jQuery or javascript ?
|
||
|
|
|
|
You're looking for the onclose event. see: https://developer.mozilla.org/en/DOM/window.onclose note that not all browsers support this (for example firefox 2) |
||||||
|
|
|
http://docs.jquery.com/Events/unload#fn jQuery:
or javascript:
|
||||||||
|