I am using Twitter\'s typeahead.js (https://github.com/twitter/typeahead.js/) on an input field which is pre filled from a query string. After loading the page, i\'d like to
This should work with the "old" bootstrap typeahead plugin:
$(".typeahead").eq(0).trigger("keyup");
Haven't tested with IE unfortunately... Don't know about the new typeahead plugin...