Template:Team:HokkaidoU Japan/JS

From 2014.igem.org

(Difference between revisions)
(Replaced content with "<html> <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="//ajax.aspnetcdn.com/ajax/modernizr/modernizr-2.7.2.js"></script> <script type="text/j...")
Line 2: Line 2:
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<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>
 +
 +
$(function(){
 +
  $(".hoge1).css("color","blue")
 +
});
<script type="text/javascript">
<script type="text/javascript">
</script>
</script>
</html>
</html>

Revision as of 11:25, 15 September 2014

$(function(){ $(".hoge1).css("color","blue") });