Team:Grenoble/script

From 2012.igem.org

(Difference between revisions)
m
m
Line 82: Line 82:
function(){
function(){
$("demo").onclick(
$("demo").onclick(
-
$(this).find("to_hide").show();
+
function(){
 +
$(this).find("to_hide").show();
 +
},
 +
function(){
 +
$(this).find("to_hide").hide();
 +
}
);
);
}
}

Revision as of 13:50, 5 September 2012