Hi... in the jQuery 3 you must use `$(window).on("load",()=>{});` instead of `$(window).load(()=>{})` best regards
Hi... in the jQuery 3 you must use
$(window).on("load",()=>{});instead of$(window).load(()=>{})best regards