I am using a CMS for my site and am checking if the content has been modified before the location of the window is changed. Now I already know about the
$(window).bind('beforeunload', function() {
return "dialog message";
});
method, but I found a plugin called Apprise and want to replace the default dialog with one of these. Is this possible?