Template:Team:TU Munich/Overview
From 2012.igem.org
(Difference between revisions)
Line 72: | Line 72: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('.sproj').click(function() { | $('.sproj').click(function() { | ||
- | if($(this).is(:hover)) { | + | if($(this).is(':hover')) { |
$(this).animate({ | $(this).animate({ | ||
border-radius: 20px; | border-radius: 20px; | ||
Line 86: | Line 86: | ||
}); | }); | ||
}); | }); | ||
+ | </script> | ||
</html> | </html> | ||
Revision as of 21:20, 13 September 2012
Ingredients
Regulation
Modeling
Human Practice