Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 5: Line 5:
<meta name="Keywords" content="hi this is going to be awesome" />
<meta name="Keywords" content="hi this is going to be awesome" />
-
<!--Fixes IE browser older than IE9-->
+
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
-
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
+
$(document).ready(function(){
-
 
+
  $("h1").click(function(){
-
<!-- Remove all empty <p> tags -->
+
    $(this).hide();
-
<script type="text/javascript">
+
  });
-
    $(document).ready(function() {
+
});
-
        $("p").filter( function() {
+
</script>
-
            return $.trim($(this).html()) == '';
+
-
        }).remove()
+
-
    });
+
-
</script>
+
<style type="text/css">
<style type="text/css">
Line 321: Line 317:
</style>
</style>
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
 
-
<script>
 
-
$(document).ready(function(){
 
-
  $("h1").click(function(){
 
-
    $(this).hide();
 
-
  });
 
-
});
 
-
</script>
 
</head>
</head>

Revision as of 03:15, 29 December 2013

Parallax Test

Whee

Project