Team:USTC-China/Team/gallary
From 2011.igem.org
(Difference between revisions)
Line 89: | Line 89: | ||
$('.col_list li').css('cursor','pointer'); | $('.col_list li').css('cursor','pointer'); | ||
$('.col_list li').hover(function() { | $('.col_list li').hover(function() { | ||
- | $(this | + | $(this img).css('width','100px'); |
}, function() { | }, function() { | ||
- | $(this | + | $(this img).css('width','100px'); |
}); | }); | ||
Revision as of 14:05, 2 October 2011