jQuery is not defined
-
When adding the widget to my footer sidebar, I got a jQuery is not defined error. I fixed it by adding the jquery dependency when registering the script on line 17 of ‘easy-social-icons.php’:
wp_register_script('cnss_js', $pluginsURI . 'js/cnss.js', array('jquery'), '1.0' );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘jQuery is not defined’ is closed to new replies.