$('#Something').mouseleave(function(){ if (event.target.tagName == 'SELECT' ) return; // your things });