jpillora / notifyjs

Notify.js - A simple, versatile notification library
https://notifyjs.jpillora.com/
MIT License
1.91k stars 740 forks source link

notify.js and fancybox clash #140

Open a-kohlhase opened 3 years ago

a-kohlhase commented 3 years ago

Hello everyone, I came across the following issue: The lightbox library https://fancyapps.com/fancybox/3/ does not work once notify.js is imported after the fancybox-files. If it is imported before notify.js then notify doesn't work any longer. Somehow it has to do with the reload of jQuery in notify.js, even though there already is a jQuery import done before.

I tried it with the newest jQuery, fancybox, and notify versions. Thanks, Andrea