Team:Korea U Seoul/template/banner
From 2013.igem.org
(Difference between revisions)
Line 283: | Line 283: | ||
$('#nav li').bind('mouseenter keyup mouseleave', function() { | $('#nav li').bind('mouseenter keyup mouseleave', function() { | ||
$(this) .addClass('on').siblings().removeClass(); | $(this) .addClass('on').siblings().removeClass(); | ||
- | + | console.log(this); | |
- | + | ||
- | + | ||
}); | }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 22:01, 27 September 2013