标签:jquery autocomplete firefox 中文输入法提交的bug
只要在jquery.autocomplete.js的213的分号后加上一下代码
.bind("input", function() { // @hack by liqt:support for inputing chinese characters in firefox onChange(0, true); })
修正jquery的autocomplete在firefox下不支持中文输入法提交的bug
标签:jquery autocomplete firefox 中文输入法提交的bug
原文地址:http://blog.csdn.net/chinaplan/article/details/39962793