I\'m trying to open a Bootstrap dropdown when I click a item of another dropdown.
The idea is to select a city from the first drop down - then the script will auto o
dropdown('toggle') works great for me when using the button tag.
dropdown('toggle')
$("#mybutton").dropdown('toggle')
...