Team:Berlin/Team
From 2014.igem.org
(Difference between revisions)
Line 313: | Line 313: | ||
$( "html" ).css( "margin-top","-10px" ); | $( "html" ).css( "margin-top","-10px" ); | ||
- | $( ".project-steps-img" ).click(function() { | + | $( ".project-steps-img img" ).click( |
+ | function() { | ||
console.log($(this)); | console.log($(this)); | ||
$(this).css( "width" , "500px" ); | $(this).css( "width" , "500px" ); | ||
- | } | + | }); |
Revision as of 08:47, 14 October 2014