jQuery does not appear to be enqueued on static homepage
If you need it everywhere, simply enqueue it from your functions.php. See the codex for ore details function wpa_137833_scripts() { wp_enqueue_script( ‘jquery’ ); } add_action( ‘wp_enqueue_scripts’, ‘wpa_137833_scripts’ );