Template:Team:HokkaidoU Japan/JS

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
$(function () {
$(function () {
-
     $(".right-menu ul li").hover(function(){
+
     $(".right-menu").hover(function(){
         $(this).css({"color": "black"});
         $(this).css({"color": "black"});
     },function(){
     },function(){

Revision as of 07:59, 21 September 2014