Team:USTC-China/Team/gallarytry
From 2011.igem.org
(Difference between revisions)
Line 75: | Line 75: | ||
$('.bio').css('display','none'); | $('.bio').css('display','none'); | ||
$('.col_list li').css('cursor','pointer'); | $('.col_list li').css('cursor','pointer'); | ||
- | $('.col_list li'). | + | $('.col_list li').mouseover(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 | + | $('.col_list li').mouseout((function() { |
$(this).css('background-color','#112233'); | $(this).css('background-color','#112233'); | ||
}) | }) |
Revision as of 08:54, 26 August 2011