ReferenceError: jQuery is not defined
-
Hi. Your need specify the dependencies in
site-notes.php
else catch error in console “jQuery is not defined”.
`
wp_enqueue_script( ‘jQuery-ui’, ‘https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js’, [‘jquery’]);
wp_enqueue_script( ‘theme_scripts’, plugin_dir_url( __FILE__ ) . ‘js/script.js’, [‘jquery’], true );
`
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ReferenceError: jQuery is not defined’ is closed to new replies.