I had the same error, which was a conflict with jQuery UI.
If you use jQuery UI then you need to reorder your script load order.
My working load order:
- jQuery
- jQuery UI
- Bootstrap
I had the same error, which was a conflict with jQuery UI.
If you use jQuery UI then you need to reorder your script load order.
My working load order: