Team:USTC-China/Team/gallarytry
From 2011.igem.org
(Difference between revisions)
Line 82: | Line 82: | ||
$(this).css('background-color','#E3E3E3'); | $(this).css('background-color','#E3E3E3'); | ||
}); | }); | ||
+ | |||
+ | $('.col_list li').mouseleave((function() { | ||
+ | $(this).css('background-color','#112233'); | ||
+ | }) | ||
$('.col_list li').click(function () { | $('.col_list li').click(function () { |
Revision as of 08:46, 26 August 2011