Skip to content

Instantly share code, notes, and snippets.

@BforBen
Created May 9, 2014 07:18
Show Gist options
  • Save BforBen/5d28549d59b93c6561de to your computer and use it in GitHub Desktop.
Save BforBen/5d28549d59b93c6561de to your computer and use it in GitHub Desktop.
JavaScript for "Bootstrap Typeahead with Google Custom Search autocomplete"
$(function () {
$('#search_text').typeahead({ source: GoogleCseAutoComplete });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment