I have been developing basic website for a final year project, i added module popup but as soon as i started to add Bootstrap min.css files for my navigation bar jQuery is not working even though i have but it first the jQuery links before any other bootstrap links. if i removed the bootstrap.min.css link is working fine but i need for my navigation bar.
below is how i linked. am using version 3.3.7
<script src="Scripts22/jquery-1.8.2.js"></script>
<script src="Scripts22/bootstrap.js"></script>
<link href="css/Bootstrap/bootstrap.min.css" rel="stylesheet" />
Below i have attached how it is function when all the links are there.