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" />
-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
 
-
$(document).ready(function(){
 
-
  $("h1").click(function(){
 
-
    $(this).hide();
 
-
  });
 
-
});
 
-
</script>
 
-
 
<style type="text/css">
<style type="text/css">
/* -----------------------------------------
/* -----------------------------------------
Line 317: Line 309:
</style>
</style>
 +
 +
<!--Fixes IE browser older than IE9-->
 +
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
 +
 +
<!-- JQuery Library -->
 +
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script>
 +
 +
<!-- Remove all empty <p> tags -->
 +
<script type="text/javascript">
 +
    $(document).ready(function() {
 +
        $("p").filter( function() {
 +
            return $.trim($(this).html()) == '';
 +
        }).remove()
 +
    });
 +
</script>
 +
 +
<!-- parallax -->
 +
<script>
 +
$document.ready( function() {
 +
alert("hi");
 +
});
 +
 +
</script>
</head>
</head>

Revision as of 03:42, 29 December 2013

Parallax Test

Whee

Project