/ Published in: JavaScript
Expand |
Embed | Plain Text
$(window).bind('beforeunload', function() { if (iWantTo) { return 'you are an idiot!'; }
You need to login to post a comment.
$(window).bind('beforeunload', function() { if (iWantTo) { return 'you are an idiot!'; }
You need to login to post a comment.