My site works with a Bootstrap Dropdown (including dropdown submenus) and Collapse elements.
In general this works fine. But sometimes when the site is accessed, the elements are not opened in the browser.
When the dropdown or collapse are clicked it loads
- # in the browser for dropdown
- #collapseTwo for collapse.
I am not sure why this happens. First I include jquery.js, then I include bootstrap.js. I assume that this problem happens when I click too fast, before the js is done loading.
Does anybody have an idea?