Typeahead.js examples Autocomplete not working

363 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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.