I'm making a framework parent theme and in the parent functions.php, I want to register all the possible js I use frequently and if I want it to load it, in the child functions.php I just have to use wp_enqueue_script().
But it doesn't work...
Any clue why?