[jQuery] is that possible to go back on window unload event
Hi, all
In $(window).unload(function(){ ... }, is that possible to cancel
unload event. I mean I would prompt for users if they want to close
the window. If they don't want, how do I cancel the event?
Jack