Answer the question
In order to leave comments, you need to log in
How to change menu highlight using js?
Here is my menu
Answer the question
In order to leave comments, you need to log in
$('ul a').click(function(){
$('ul a').each(function () {
if($(this).parent().attr('class') == 'active')
$(this).parent().removeClass('active');
});
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question