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
This works for me.
$('.dropdown-toggle').click(function (ev) { ev.stopPropagation(); $(this).parent().toggleClass('open'); });
Markup:
Action Another action Something else here Separated link