In my project I need to get the user confirmation alert , when the user want to close the window/tab using X button.
But the window.on(\'before
window.on(\'before
Try this -
$("a").mousedown(function() { $(window).unbind(); });