@mr-brainz
12 years, 9 months ago
The way I did it was to re-register the JS in the child functions.php file
`wp_deregister_script( ‘dtheme-ajax-js’); wp_enqueue_script( ‘dtheme-ajax-js’, get_bloginfo(‘stylesheet_directory’) . ‘/_inc/global.js’, array( ‘jquery’ ), $version );`