I have this simple piece of code -
$(window).bind(\'beforeunload\', function(){ alert(\"Good Bye\") });
Works great with Firefox, IE8 but
I had to include it in a jQuery(document).ready to get it working in chrome