Team:USTC-China/Team/gallarytry
From 2011.igem.org
(Difference between revisions)
Line 13: | Line 13: | ||
$('.list_pic').css('cursor','pointer'); | $('.list_pic').css('cursor','pointer'); | ||
$('.list_pic').hover(function() { | $('.list_pic').hover(function() { | ||
- | $(this).css(' | + | $(this).css('',''); |
}, function() { | }, function() { | ||
- | $(this).css(' | + | $(this).css('',''); |
}); | }); | ||
Revision as of 08:24, 26 August 2011