I\'m trying to do a dropdown menu and it seems to work in Jsfiddle. It seems that the javascript and css files are correctly loaded: http://imgur.com/YYiJS4p
But it
I was having a similar problem but found that i was loading both
bootstrap.min.js
and
bootstrap.dropdown.js
this was causing a conflict in my code, you dont need to load both as the dropdown code is included in bootstrap.min.js