Hi,
I want to add a bootstrap-style type ahead javascript file (http://twitter.github.io/typeahead.js/releases/latest/typeahead.bundle.js).
To add the library, Where should I insert the following code?
wp_register_script(‘typeahead’,get_template_directory_uri().’/assets/js/typeahead.bundle.js’,
array(‘jquery’), null, true);
wp_enqueue_script(‘typeahead’);
Thank you for your help.