Template:Team:HokkaidoU Japan/Modelling/JS

From 2014.igem.org

(Difference between revisions)
 
Line 10: Line 10:
$(function(){
$(function(){
$("#button").click(function(){
$("#button").click(function(){
-
$("#text").toggle(200);
+
$("#text").toggle();
});
});
});
});
</script>
</script>
</html>
</html>

Latest revision as of 13:57, 16 October 2014