I am trying to get scripts via wp_enqueue_script();
. I have tried this in header but WordPress is not importing any script.
I am using like this wp_enqueue_script('jquery');
http://codex.wordpress.org/Function_Reference/wp_enqueue_script
Is any other step needed for importing script via WordPress?