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
I took a look at the source code and found this undocumented way:
var $myinput = $('#myinput'); $myinput.data('typeahead')._showDropdown()