Not compatible with JQuery 3
-
Uncaught TypeError: e.indexOf is not a function at w.fn.init.w.fn.load (jquery.min.js:2) at fm-script-1.jsThat’s because you’re using
jQuery(window).load(function () {instead ofjQuery(window).on('load', function () {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Not compatible with JQuery 3’ is closed to new replies.