SamT
SamT

Reputation: 165

Typeahead.js examples Autocomplete not working

Tried to test the twitter's typeahead.js examples in jsfiddle.

Couldnt get it working though? Can you please help what I am missing?

Thanks

Upvotes: 0

Views: 356

Answers (1)

Aminur Rashid
Aminur Rashid

Reputation: 769

I've update the jsfiddle you've attached in the comment. now it's working. you forgot to include jquery library and typehead script source <script src="/js/typeahead.bundle.js"></script> was not correct.

Upvotes: 1

Related Questions