Team:Cornell/protocols/secret dylan dance

From 2012.igem.org

(Difference between revisions)
Line 18: Line 18:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>
<script>
 +
$(document).load(function(){
var h = $(window).height;
var h = $(window).height;
$('#content').height(h);
$('#content').height(h);
var w = $(window).width;
var w = $(window).width;
$('#content').width(w);
$('#content').width(w);
 +
});
</script>
</script>
</body>
</body>
</html>
</html>

Revision as of 08:56, 26 October 2012

A Wild Dylan Appears!