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

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -