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(10000);
+
$("#text").toggle(300);
});
});
});
});
</script>
</script>
</html>
</html>

Revision as of 13:56, 16 October 2014