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?
source
share