Bootstrap Modal Events Not Firing with Joint.js

308 views Asked by At

I've noticed when trying to used the Bootstrap Modal events (i.e. 'hidden.bs.modal') they don't fire when I'm using the Joint.js library. Is there a work-around for this?

1

There are 1 answers

0
Joe Badaczewski On

I had the same issue and it was because I was using joint.all.js which has a version of jQuery already included (thus causing me to have two references to jQuery on the same page). I removed jQuery from this js file and my Bootstrap modal worked fine.