Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 317: Line 317:
<script type="text/javascript">
<script type="text/javascript">
-
// remove all empty <p> tags
 
     $(document).ready(function() {
     $(document).ready(function() {
         $("p").filter( function() {
         $("p").filter( function() {
Line 323: Line 322:
         }).remove()
         }).remove()
     });
     });
-
+
 
-
//parallax
+
$(".parallax").click( function() {
$(".parallax").click( function() {
alert("hi");
alert("hi");

Revision as of 03:45, 29 December 2013

Parallax Test

Whee

Project