• Hi

    It’s more of a feature request than a support question.
    When I develop my own stuff, I tend to turn off the jQuery migration script as it adds unnecessary overhead if I can write things without it being needed.

    I use Kale a lot (as I like it , and thanks for it).
    The only issue I am having is that – when jQuery migration is turned off, it throws errors like Uncaught TypeError: e.indexOf is not a function in kale.js.

    A simple change from $(window).load(function(){fluidBox();}) to $(window).on('load', function(){ fluidBox();}); seems to make everything work smoothly even without jQuery migration loaded.

    Again, just an idea. Up to you of course. And thanks for your theme

Viewing 1 replies (of 1 total)
  • Hi @ollybach,

    Thanks so much, this is a really helpful suggestion, and something we should have done a long time ago.

    Thanks for taking the time to share both the kind words and the constructive feedback!

Viewing 1 replies (of 1 total)

The topic ‘jQuery Migrate’ is closed to new replies.