Adds a class to a child element on hover
$("li.header-links").hover(function() { $(this).children('div.drop-nav-container').toggleClass('showmenu'); });