$(window).bind('focus',function(event) { window.status=event.type; }); $(window).blur(function() { alert('not exists focus'); });