$('li').mouseover(function(e){ $(this).css('background', '#CEE6E9'); }).find('*').mouseover(function(e){ e.stopPropagation(); });