jQuery.fn.load() deprecated
-
I’ve been bugged by the warning caused by jQUery migrate for a while now. This is caused due to a depricated use of jQUery.fn.load() on row 52.
My quick fix was replacing line 52:
$(window).load(function(){
with
$(window).on('load', function(){
I was hoping that you could release this fix in the next update of your plugin!
More information on this topic on jquery – load() method deprecated? – Stack Overflow
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘jQuery.fn.load() deprecated’ is closed to new replies.