Twitter Bootstrap dropdown not working in any browser

后端 未结 4 1423
时光取名叫无心
时光取名叫无心 2021-01-19 16:11

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

4条回答
  •  粉色の甜心
    2021-01-19 16:40

    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

提交回复
热议问题