Line 442: | Line 442: | ||
$(this).children().toggleClass("open"); | $(this).children().toggleClass("open"); | ||
// show or hide the submenu | // show or hide the submenu | ||
− | $(this).next('.submenu_wrapper'). | + | $(this).next('.submenu_wrapper').slideToggle(400); |
}); | }); | ||
Revision as of 09:23, 14 July 2017