Team:UIUC-Illinois/Team/Undergrads
From 2012.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
$('a').click(function () { | $('a').click(function () { | ||
var divname= this.name; | var divname= this.name; | ||
- | $("#"+divname).show( | + | $("#"+divname).show(500).siblings().hide(500); |
}); | }); | ||
}); | }); |
Revision as of 16:53, 6 June 2012