Error: jQuery is not defineddebug-bar-js.js
-
Hello.
replace jquery in theme, show error javascript console,
Uncaught ReferenceError: jQuery is not defined
in functions.php
add_action('wp_enqueue_scripts',function(){ if ( ! is_admin() ) { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', 'https://code.jquery.com/jquery-2.1.3.min.js', [ ], '2.1.3', true ); } });fixed:
https://gist.github.com/torounit/fcb42e94f94e99d4fb20/revisions
Please merge the fix.Thanks.
The topic ‘Error: jQuery is not defineddebug-bar-js.js’ is closed to new replies.