jQuery unload() wont work.Help.
while i close the browser,i let it alert.so i write
$(window).unload(function() {
alert(‘bye’);
});
but it wont work.
then.i write
window.onbeforeunload = function(){alert(‘bye’)}
still dont work.need help.thx.