jQuery Migrate
-
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 likeUncaught TypeError: e.indexOf is not a functionin 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
The topic ‘jQuery Migrate’ is closed to new replies.
