Javascript problem with jQuery.off(load)
-
By using jQuery(window).off(‘load scroll.’ + options.sidebar); you disable the load event for all other plugins that loads after yours.
So if a plugin uses
jQuery(window).load(function(){})and the js is included after yours it won’t work.Please fix
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Javascript problem with jQuery.off(load)’ is closed to new replies.