bootstrap typeahead无法从动态加载的页面中工作

时间:2013-02-24 12:18:26

标签: ajax twitter twitter-bootstrap typeahead

我试图使用ajax动态加载的页面使用bootstrap typeahead,但它无效。以下是使用

的代码
$('.container').on("keydown", '#getCompany', function (event){  
  $(this).typeahead({ 
    source: function(query, process) {
      //bootstrap typeahead code
    }
  });
});

有关如何解决此问题的任何想法?

0 个答案:

没有答案