jQuery Compatibility
-
Your panel.js throws a console error when jQuery Migrate isn’t loaded. (WP v5.7 is shipping without jQuery Migrate.
$(window).load(function() {
Should be changed to:
$(window).on("load",function() {
Your fields.js file is also throwing multiple warnings for use of
$.delegate()
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘jQuery Compatibility’ is closed to new replies.