• 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.

    Console

    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

    • This topic was modified 7 years, 11 months ago by Danny Janse. Reason: typo
    • This topic was modified 7 years, 11 months ago by Danny Janse.
    • This topic was modified 7 years, 11 months ago by Danny Janse.
    • This topic was modified 7 years, 11 months ago by Danny Janse.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author malihu

    (@malihu)

    Thanks for the feedback 🙂

    This is already scheduled for the next plugin version (I’ve finished implementing and testing it). Next version will fully support jQuery 3 (this warning is about version 3 of jQuery, although WordPress currently uses jQuery 1.12).

    Next “Page scroll to id” version will be released next week 😉

    Thread Starter Danny Janse

    (@vetyst)

    Thanks for the fast response :O!

    I am well aware of this fact but I thought it would hurt to be pointing this out 🙂

    I’ll be patiently awaiting the update!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jQuery.fn.load() deprecated’ is closed to new replies.