Difference between revisions of "Dev/Menu"

Line 7: Line 7:
 
$(".top_menu_level_one").click(function(){
 
$(".top_menu_level_one").click(function(){
 
$(this).addClass("current");
 
$(this).addClass("current");
  var currentID = this.id || "No ID!";
+
 
$(this).show();
+
 
});
 
});
  

Revision as of 21:21, 31 January 2017

WIKI TOOLS
TOC
TEAMS
LOGIN

The International Genetically Engineered Machine Competition