i dont seem to know what is wrong with my code in my functions.php file, I am using a child theme that i made based on the twentyten theme.
here is my code hopefully you guys can tell me whats wrong with it.
function style_n_scripts(){
wp_enqueue_script('jquery' );
wp_register_script('style-js', get_template_directory_uri() . 'stylehercloset.js', array( 'jquery' ), NULL, false );
wp_enqueue_script( 'style-js' );
}
add_action('wp_enqueue_scripts','style_n_scripts');
Add a slash before your name file.