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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -