Verovio err=ReferenceError: jQuery is not defined,log=
-
Fresh install WordPress version 6.0.2-tr_TR
when i try to add score i get “Verovio err=ReferenceError: jQuery is not defined,log=” error on chrome console.
I insert this code on second line public function hook_javascript() function and it fix for me.
if ( ! wp_script_is( ‘jquery’, ‘enqueued’ )) {
wp_enqueue_script( ‘jquery’ );
}Thanks for this cool plugin ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Verovio err=ReferenceError: jQuery is not defined,log=’ is closed to new replies.