Skip to content

Instantly share code, notes, and snippets.

@brightrain
Created February 11, 2015 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brightrain/25d3eed98a6d5c8defca to your computer and use it in GitHub Desktop.
Save brightrain/25d3eed98a6d5c8defca to your computer and use it in GitHub Desktop.
setup typeahead
$("#searchInput").typeahead({
minLength: 3,
highlight: true,
hint: false
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment