Bootstrap Drop down menu

Hi Sitepointers,

I am trying to create a new site using bootstrap.

www.watsonsspain.com/index.php

The drop down menu isn’t working…I can’t figure out why.

Can anyone see why ?

Hi tangledman,

The dropdown starts working if you initialize it manually:

$('.dropdown-toggle').dropdown();

so it looks as if your markup is OK. The other thing I notice is that you’re including bootstrap.min.js twice - once in the header, and once after the footer. Try removing one of these and see if it makes any difference.

It was indeed the including the bootstrap.min.js twice that put anthrax in the pick 'n mix

1 Like