I\'m new to jquery and I\'m looking at google\'s code to create their \'More\' button. I\'ve got it working atm but the only way to make the drop down disappear is to click
You could add this too , so the user don't have to click
$("body:not(.menu)").hover(function(){ $(".menu").find('.active').removeClass('active');})