I have a Bootstrap dropdown menu that is working fine. What I\'d like to do is also trigger the opening of the menu by clicking on a link elsewhere on the page. (This make
try
$(".dropdown").addClass("open");
and
$(".dropdown").removeClass("open");