I tried to use this command but can not run.
$("ul li a").on("click", function () {
$(this).parents("ul").find("a").removeClass("activ e");

$(this).addClass("active");

return false;
});

View more threads in the same category: