来自: andrew whittakers 示例显示自定义 jquery 自动完成实现中的结果编号
_response: function(contents){
$.ui.autocomplete.prototype._response.apply(this, arguments);
$(this.element).trigger("autocompletesearchcomplete", [contents]);
}
为什么[contents]
而不是contents
?