jQuery.fn.load() is deprecated
-
/wp-content/plugins/wp-analytify/assets/default/js/wp-analytify-dashboard.js: jQuery.fn.load() is deprecated
find:
$(window).load(function() {
replace with:
$(window).on('load',function () {
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘jQuery.fn.load() is deprecated’ is closed to new replies.