Team:USTC-China/Team/gallary
From 2011.igem.org
(Difference between revisions)
Line 88: | Line 88: | ||
$('.pic').css('display','none'); | $('.pic').css('display','none'); | ||
$('.col_list li').css('cursor','pointer'); | $('.col_list li').css('cursor','pointer'); | ||
- | + | $('.col_list li').hover(function() { | |
- | $(this).css(' | + | $(this).css('max-width','60px'); |
}, function() { | }, function() { | ||
- | $(this).css(' | + | $(this).css('max-width','50px'); |
- | }); | + | }); |
$('.col_list li').click(function () { | $('.col_list li').click(function () { |
Revision as of 14:03, 2 October 2011