-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
I updated from jquery2 to jquery 3 and nyroModal throws an error, because its using .load() and .error().
I looked at the code and found 3 lines with this removed functions.
You can easy replace these lines
.load(function() {
with
.on('load', function() {
and the same for .error().
After this you can use nyromodal with jquery 3.
Unfortunately i cant use the minified version anymore now.
Metadata
Metadata
Assignees
Labels
No labels