$('.nav-item').hover(function(){ $(this).addclass('select'); },function(){ $(this).removeclass('select'); });