Global JS function Not Available WordPress – jQuery
My global function is not available because "$ is not a function". But I do have jquery as a dependency to my own js file: wp_enqueue_script('common-js', get_stylesheet_directory_uri() . '/js/common.js', array('jquery'), CHILD_THEME_ASTRA_CHILD_VERSION, true); Why I cannot use jQuery outside of document…