Team:Gifu
From 2014.igem.org
(Difference between revisions)
Line 224: | Line 224: | ||
}); | }); | ||
}); | }); | ||
+ | |||
+ | |||
+ | $(function(){ | ||
+ | $("#point").mouseover | ||
+ | (function(){ | ||
+ | $("#ribosome1").css("visibility","visible"); | ||
+ | }); | ||
+ | }); | ||
Revision as of 03:47, 3 September 2014