Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntroJS Bootstrap Menu doesn't work

I'm using bootstrap for UI Design. I have configured updated IntroJS to my site. Now it works fine with other elements but giving problem with Dropdown Menu Elements.

problem in IntroJS with Bootstrap

like image 582
Web Developer in Pune Avatar asked Nov 19 '13 12:11

Web Developer in Pune


1 Answers

hey man make sure your jquery link placed first then write javascript link

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
like image 91
Muhammad Talha Avatar answered Oct 11 '22 08:10

Muhammad Talha