Template:Team:LMU-Munich/Playground/style
From 2014.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
$(".nav-item").mouseover(function(){ | $(".nav-item").mouseover(function(){ | ||
$(".active-sub").hide(); | $(".active-sub").hide(); | ||
- | $("#"+this.id+"-sub").show(); | + | console.log("#" + this.id + "-sub"); |
+ | $("#" + this.id + "-sub").show(); | ||
}); | }); | ||
</script> | </script> |
Revision as of 15:07, 1 October 2014