TILs
Content here is continuously updated and reorganized.
2020/05/19
Loading bootstrap js multiple times may cause funny behaviour where the dropdown toggle stops working because of the haywire javascript hooks. Do $(document).unbind()
and load scripts again should work.
Last updated
Was this helpful?