Team:Korea U Seoul/team/koreauniv content
From 2013.igem.org
(Difference between revisions)
Line 68: | Line 68: | ||
$(".gridContent").mouseover(function(){ | $(".gridContent").mouseover(function(){ | ||
$(this).children(".hoverContent").fadeIn(); | $(this).children(".hoverContent").fadeIn(); | ||
+ | }); | ||
+ | $(".hoverContent").mouseleave(function(){ | ||
+ | $(this).children(".hoverContent").fadeOut(); | ||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 17:04, 27 September 2013
Instructor