jquery remove add classes on hover
问题 Alright so i found a code and it seems to be working but I need to add something to that code to prevent it from firing if I hover over its child menu/sub-menu element but still needs to fire when i hover over other items or other items childern menu's this is the current script $(document).ready(function() { $("#navbar li:hover, #navbar li:sfhover").hover(function(){ $('#navbar .current-menu-parent, #navbar li.current-menu-item').addClass("non-ahover"); }, function(){ $('#navbar li.current