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