Team:Minnesota/Test
From 2012.igem.org
(Difference between revisions)
m |
m |
||
Line 7: | Line 7: | ||
<script type="text/javascript" src="jquery.js"></script> | <script type="text/javascript" src="jquery.js"></script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
+ | |||
+ | $(document).ready(function(){ | ||
+ | |||
+ | // jQuery functions go here... | ||
+ | |||
+ | |||
$(window).resize(function(){ | $(window).resize(function(){ | ||
$('ContentAll').css({ | $('ContentAll').css({ | ||
Line 14: | Line 21: | ||
}); | }); | ||
}); | }); | ||
- | + | ||
+ | |||
// To initially run the function: | // To initially run the function: | ||
$(window).resize(); | $(window).resize(); | ||
+ | |||
+ | }); | ||
+ | |||
+ | |||
</script> | </script> |
Revision as of 02:37, 22 August 2012