$('.dropdown-menu').hide(); // Nav Dropdown $('#navigation li').hover(function(){ $(this).find('.dropdown-menu').toggle(); });