Doesn’t work with jQuery 3.x
-
Fix is simple, change:
jQuery(window).load(function() {
to
jQuery(window).on( 'load', function() {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Doesn’t work with jQuery 3.x’ is closed to new replies.