Difference between revisions of "Dev/Menu"

Line 9: Line 9:
 
$(this).addClass("current");
 
$(this).addClass("current");
 
current_element = this.id;
 
current_element = this.id;
alert(current_element);
+
$("."+ current_element).html("display", "block");
$("."+current_element).html("display", "block");
+
 
});
 
});
  
Line 94: Line 93:
  
  
<div class="top_menu_level_two igem" >
+
<div class="top_menu_level_two igem">
  
 
<div style="width:70%; margin-left:15%; text-align:center;" class="centering">
 
<div style="width:70%; margin-left:15%; text-align:center;" class="centering">

Revision as of 21:47, 31 January 2017

WIKI TOOLS
TOC
TEAMS
LOGIN

The International Genetically Engineered Machine Competition