$(\'#sel\').focus(function() { this.blur(); window.focus(); }); $(\'#sel\').click(function(){ alert(\'Clicked but did not open\'); });