url.indexOf() not a function on the load() method
-
Developers should change the jQuery(window).load() that is written to the HTML, to jQuery(window).on(‘load’, function()) since the load method is deprecated in jQuery. This causes a javascript error and breaks the other plugins.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘url.indexOf() not a function on the load() method’ is closed to new replies.