Meteor package for the old, less capable, typeahead plugin for Bootstrap 2, which Twitter dropped in favor of typeahead.js -
see the meteor-typeahead Atmosphere package for the new typeahead.
This will work with Bootstrap 3. For more on the history, see this.
Original repo: https://github.com/bassjobsen/Bootstrap-3-Typeahead
To use:
Template.<your-template>.rendered = function(){
$(this.find('<you-selector>')).typeahead()
}
You might be better off using meteor-autocomplete, the native fully-reactive Meteor autocomplete package, with server-side autocompletion, and multiple collection, field and trigger character support.