摘要:
在某些浏览器(如火狐),在使用AutoComplete进行绑定的时候,无法出现与关键字相似的候选项。其原因这里有描述;解决方法可以采用下面方式:$('#bindInputId).bind("input.autocomplete", function () { $(this).trigger('keydown.autocomplete'); }); 阅读全文
posted @ 2013-11-23 12:20
kuangkro
阅读(523)
评论(0)
推荐(0)