onswitch von tab machen etwas jQuery
$(window).blur(function(e) {
alert('You have moved from this tab/window.');
});
godfreysseki
$(window).blur(function(e) {
alert('You have moved from this tab/window.');
});