Return to Snippet

Revision: 27024
at May 20, 2010 07:10 by level09


Initial Code
$(window).bind('beforeunload', function() {
        if (iWantTo) {
            return 'you are an idiot!';
        }

Initial URL


Initial Description


Initial Title
execute js when user navigates away / closes the browser window

Initial Tags


Initial Language
JavaScript