Reputation: 165
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
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