修复jQuery Autocomplete在FF中不支持中文的BUG
修改方法:在第200行添加以下代码
?
原文的200行处最后几行是这样的,把上面的内容插入到后面分号“;”的前面,
}).bind("unautocomplete", function() {
select.unbind();
$input.unbind();
$(input.form).unbind(".autocomplete");
});? //插入到这个分号的前面。