I make a drop-down menu by clicking on the menu item # menu-item-87 at the submenu the display none changes to block
$('#menu-item-87').click(function(){ $('.sub-menu').css('display', 'block'); return false; }); A submenu appears, and how to remove it back by a click?
$('.sub-menu').slideToggle();- a pleasant appearance will be - HamSter