0

I have this jquery:

$(window).bind('beforeunload', function () {
  return 'Are you sure you want to leave?';
});

that alerts before leaving page like:

alert to confirm before leaving page

How can I change the the words "Leave this page" and "Stay on this page"?

Community
  • 1
  • 1
Elyor
  • 5,396
  • 8
  • 48
  • 76
  • Might find a solution here: http://stackoverflow.com/questions/276660/how-can-i-override-the-onbeforeunload-dialog-and-replace-it-with-my-own – DDan Aug 12 '15 at 03:22
  • It is browser dependent. Over the years it got so abused many browsers will only display defaults regardless of what you return as string – charlietfl Aug 12 '15 at 03:23

0 Answers0