Line 21: | Line 21: | ||
$(".menu_button").click(function(){ | $(".menu_button").click(function(){ | ||
− | $(this). | + | $(this).children().toggleClass("open"); |
$(this).next('.submenu_wrapper').fadeToggle(400); | $(this).next('.submenu_wrapper').fadeToggle(400); | ||
Revision as of 16:37, 9 March 2017