Template:Team:HokkaidoU Japan/JS

From 2014.igem.org

(Difference between revisions)
Line 3: Line 3:
<script src="//ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.7.2.js"></script>
<script src="//ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.7.2.js"></script>
<script type="text/javascript">
<script type="text/javascript">
-
$(function(){
+
 
-
   $(".hoge1).css("color","blue")
+
$(function() {
 +
   $(".hoge1").css("color","blue")
});
});
</script>
</script>
</html>
</html>

Revision as of 11:27, 15 September 2014