jQuery Issues
-
I found Jetpack Boost causes problems with jQuery and when deactivated my jQuery works. Any fix for this?
Here is the code i use to load jQuery.
function ww_load_dashicons(){
wp_enqueue_script('product-comments-lightbox', plugin_dir_url(__FILE__) . 'lightbox.js', array('jquery'), '1.0.0', true);
}
add_action('wp_enqueue_scripts', 'ww_load_dashicons');
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.