Notes and Thoughts

The keeping of a second brain

Home

Loading bootstrap multiple times may cause funny behaviour

Loading the boostrap js multiple times may cause funny behaviour where the dropdown toggle stops working because of the haywire javascript hooks. If you can’t avoid loading it multiple times (e.g. modifying a wordpress theme where you can only change part of the markup), then doing $(document).unbind() and loading scripts again should work.