Skip to content

Instantly share code, notes, and snippets.

@brightrain
Created February 11, 2015 00:55
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