Jquery load error
-
The counter doesn’t work.
Console shows:
“(index):104 Uncaught ReferenceError: jQuery is not defined”I believe adding ‘jquery’ to the $deps array is needed in countdown_timer_widget_scripts().
Like so:
wp_enqueue_script(‘countdown-timer-script’, COUNTDOWN_TIMER_ELEMENTOR_URL . ‘assets/js/jquery.countdownTimer.js’, array(‘jquery’), ‘1.0.0’, true);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Jquery load error’ is closed to new replies.