Team:Berlin/Team
From 2014.igem.org
(Difference between revisions)
Line 85: | Line 85: | ||
<div class="col-md-4" style="padding-bottom:20px;"> | <div class="col-md-4" style="padding-bottom:20px;"> | ||
<div class="project-steps-img"> | <div class="project-steps-img"> | ||
- | <img style="max-heigth:500px; max-width:315px;" src="https://static.igem.org/mediawiki/2014/f/fc/Team_Berlin_portrait_04.png"/> | + | <img id="team-img" style="max-heigth:500px; max-width:315px;" src="https://static.igem.org/mediawiki/2014/f/fc/Team_Berlin_portrait_04.png"/> |
</div> | </div> | ||
Line 315: | Line 315: | ||
- | $("img").click(function(){ | + | $("#team-img").click(function(){ |
console.log($(this)); | console.log($(this)); | ||
$(this).animate({width: 400px, height:400px}, 1000);} | $(this).animate({width: 400px, height:400px}, 1000);} |
Revision as of 09:04, 14 October 2014