Team:Cornell/sandbox

From 2013.igem.org

(Difference between revisions)
Line 371: Line 371:
//width of body wrapper
//width of body wrapper
-
$(window).resize(function() {
+
$("wrapper").height(10);
-
$("wrapper").height(10);
+
alert($(document).height()-200);
-
alert($(document).height()-200);
+
-
});
+
<!-- Parallax Script -->
<!-- Parallax Script -->

Revision as of 17:02, 19 July 2014

Parallax Test