Team:UIUC-Illinois/Team/AboutUs
From 2012.igem.org
Line 16: | Line 16: | ||
$('a').click(function () { | $('a').click(function () { | ||
var divname= this.name; | var divname= this.name; | ||
- | $(divname) | + | $("#"+divname) |
.fadeIn(300) | .fadeIn(300) | ||
.siblings() | .siblings() |
Revision as of 19:58, 7 June 2012