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 img).css('',''); | + | $(this img).css('width','100px'); |
- | }, function() { | + | }/*, function() { |
- | $(this img).css('',''); | + | $(this img).css('','');*/ |
- | }); | + | }); |
$('.col_list li').click(function () { | $('.col_list li').click(function () { |
Revision as of 14:07, 2 October 2011