Bootstrap Issue

Status
Not open for further replies.

Wrap

C# -PHP - HTML - CSS
Mar 28, 2013
84
8
Hey! Making a RevCMS Bootstrap Theme,
The header bar drop downs dont work, And im sure this CSS/jQuery is all correct:
Code:
<link href="/Bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:600,Bold" rel="stylesheet" type="text/css"/>
<link href="/Bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="/Bootstrap/JS/Bootstrap.js"></script>
<script type="text/javascript" src="/Bootstrap/JS/Bootstrap.min.js"></script>
But the website when i click on a drop down just does nothing! Anyone know whats up with it or if im using the wrong script's or what ever?

Tnx
 

Khalil

IDK
Dec 6, 2011
1,642
786
Download these:



Then include them into your head tags like this:
HTML:
<script src="YOUR.URL/jquery.js"></script>
<script src="YOUR.URL/bootstrap-dropdown.js"></script>
 
Status
Not open for further replies.

Users who are viewing this thread

Top