Team:USTC-China/Team/gallary
From 2011.igem.org
(Difference between revisions)
Line 86: | Line 86: | ||
$('.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('background-color','#91A3ED'); | $(this).css('background-color','#91A3ED'); | ||
}, function() { | }, function() { | ||
$(this).css('background-color','#E3E3E3'); | $(this).css('background-color','#E3E3E3'); | ||
- | }); | + | });*/ |
$('.col_list li').click(function () { | $('.col_list li').click(function () { |
Revision as of 12:52, 2 October 2011