Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含嵌套子导航的简单导航。我已经设置 jQuery 以在单击时添加一个类以显示/隐藏顶级项目上的子导航。但是,我希望浏览器在单击一个项目后跟随该链接。
所以代替: - 第一次单击:添加显示子导航的类 - 第二次单击:删除隐藏子导航的类
它的行为如下: - 第一次单击:添加显示子导航的类 - 第二次单击:跟随链接
您可以使用 jQuery addClass,removeClass为此hasClass:http: //jsfiddle.net/uP7wX/3/
addClass
removeClass
hasClass