Hi, this is probable because jQuery is not loaded or loaded after the script file where you used $().
load the comment-reply script at the end of the file also try wp_enqueue_script('jquery');
at the top of all js scripts (on top of allwp_enqueue_script()
)