Difference between revisions of "Template:Example2"

Line 21: Line 21:
  
 
$(".menu_button").click(function(){
 
$(".menu_button").click(function(){
$(this).find(".expand_collapse_icon").toggleClass("open");
+
$(this).children().toggleClass("open");
 
$(this).next('.submenu_wrapper').fadeToggle(400);
 
$(this).next('.submenu_wrapper').fadeToggle(400);
  

Revision as of 16:37, 9 March 2017