According to the bootstrap docs, I was able to use .dropdown('toggle') to manually open a dropdown, now after a recent update I get this error in the console:
.dropdown('toggle')
Uncaught Error: Method toggle does not exists on jQuery.dropdown
According to the bootstrap docs, I was able to use
.dropdown('toggle')
to manually open a dropdown, now after a recent update I get this error in the console: