标签: ajax twitter twitter-bootstrap typeahead
我试图使用ajax动态加载的页面使用bootstrap typeahead,但它无效。以下是使用
$('.container').on("keydown", '#getCompany', function (event){ $(this).typeahead({ source: function(query, process) { //bootstrap typeahead code } }); });
有关如何解决此问题的任何想法?