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();
-
});
 
-
$('#navi li').mouseleave( function(){
 
-
    console.log("a");
 
});
});
</script>
</script>
</body>
</body>
</html>
</html>

Revision as of 22:03, 27 September 2013