I can\'t seem to open this dropdown menu on page load. Can anyone help? Documentation on Bootrap 3 is here: http://getbootstrap.com/javascript/#dropdowns
I tried thi
try this :
$(function () { $('.dropdown-menu').dropdown('toggle'); });