摘要:
文档中写的是http://docs.jquery.com/Plugins/Autocomplete/autocomplete#url_or_dataoptions可是我这么用var a = new Array();#(..).autocomplete(a);报错this.source is not a function查了一下http://stackoverflow.com/questions/3308935/jquery-autocomplete-this-source-is-not-a-function-error他说要这么写var a = new Array();#(..).autoco 阅读全文