Template:CSS/hxstyle

From 2014.igem.org

(Difference between revisions)
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("i").toggle();
+
$(this).find("em").toggle();
$(this).find("b").toggle();
$(this).find("b").toggle();
return false();
return false();

Revision as of 09:21, 16 October 2014