I am using javascript for a responsive collapsable nav. I have used this script in the past successfully, but now it's not working. The url is http://www.piscesprep.com/index. index.php is calling the responsive-nav.js and this is the code on my inc_nav.php:

<a href="#nav" class="menu" id="toggle"></a>
<div role="navigation">
<div id="nav" class="nav-collapse">
<?php include('inc_menu.php') ; ?>

</div>
</div>

It has no effect!

Member Avatar for diafol

This question is inadequate.

Are we allowed to know the expected action from the link? It looks OK. WHat are we supposed to see?

WHat is the content of the menu?

Which script are you using? No link

ARe you experiencing any console errors?

Don't expect us to go rooting through your site. Identfy and present errors here yourself.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.