Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fixed] web版导航条点击不高亮 #15

Open
huanjue opened this issue Aug 24, 2017 · 1 comment
Open

[fixed] web版导航条点击不高亮 #15

huanjue opened this issue Aug 24, 2017 · 1 comment

Comments

@huanjue
Copy link

huanjue commented Aug 24, 2017

无论点击哪个页面,高亮的li标签都是首页。
main.js,ready下加入
$(function(){
$('.navbar-nav li').click(function(e){
e.preventDefault();
$(this).addClass('active').siblings().removeClass('active');
});
});
用了段小代码解决了,代码是网上找的。firefox55测试完美

@johnsonz
Copy link
Owner

好的,谢谢,我晚上看下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants