GianlucaGuarini / jQuery.BlackAndWhite

Clientside grayscale images on any browser
http://gianlucaguarini.github.io/jQuery.BlackAndWhite/
Other
310 stars 131 forks source link

jQuery 3 compatibility #70

Open jdreesen opened 7 years ago

jdreesen commented 7 years ago

jQuery 3.0 removed the event .load() method. Replacing it with .trigger('load') allows the script to continue functioning.