JQuery Issues
-
Hi,
I am getting error with my JQUERY version.
jQuery( window ).load( function() {
Says that .load is not compatible anymore and have to change to:
jQuery( window ).on(‘load’, function() {
ps.: There are a couple of files using jQuery( window ).load( function() {
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.