jQuery deprecated load function
-
Hi there,
On a WordPress site running jQuery 3.3.1, the following error occurs that stems from the bundle file included with this theme:
Uncaught TypeError: url.indexOf is not a function
I believe this needs to be updated since
$( window ).load( ... );
function was deprecated in 1.8 and removed in 3.0. Could you help updated this to$( window ).on( 'load', ... )
?Thanks for your help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘jQuery deprecated load function’ is closed to new replies.