Template:CSS/hxstyle
From 2014.igem.org
(Difference between revisions)
Lianglujie (Talk | contribs) |
Lianglujie (Talk | contribs) |
||
Line 5: | Line 5: | ||
$(".hx-menu h3").click(function(){ | $(".hx-menu h3").click(function(){ | ||
$(this).parent().find(".twolevel").toggle(); | $(this).parent().find(".twolevel").toggle(); | ||
- | $(this).find(" | + | $(this).find("em").toggle(); |
$(this).find("b").toggle(); | $(this).find("b").toggle(); | ||
return false(); | return false(); |
Revision as of 09:21, 16 October 2014