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