Preload Dialog Box

Hi guys, I use CMS for my website and check if the content has been changed before the window location has changed. now i already know about

$(window).bind('beforeunload', function() {
     return "dialog message";
});

but I found a plugin called Apprise and I want to replace the default dialog with one of them. Is it possible?

+5
source share
1 answer

Firefox does not allow changing the message box

-1
source

All Articles