javascript - Responsive Navbar not working -
Why do I have to make sure that does not work when you click the + sign, then nothing happens , When it appears to display a menu, I believe that JS is the problem.
$ ('ResTaggle'). Click (function () {$ ('nav [role = navigation]'). Toggleclass ('active');});
have your class . Active with appropriate display announcement and you display: none; your .nav [role = navigation]
Comments
Post a Comment