How to ask confirmation from user before he leaves the page as in gmail?
I searched for this question in various places, but all that they mention is the use of javascript window.unload & window.onbeforeunload. Also it doesn’t work in chrome most of the times as it gets blocked.
Try this:
Here is a working jsFiddle