// $('#child-element:hover').length $(document).on('click','#parent',function(){ if ($('#child:hover').length){ //do something } });