autocomplete ajax怎么配置,求教
ringa_lee
var options = { serviceUrl: "", type: "", dataType: "", deferRequestBy: "", minChars: , width: "", onSearchStart: function(query) {}, onSearchError: function() {}, transformResult: function(response) {}, onSelect: function(suggestion) {}, onSearchComplete: function() {} }; $("#id").autocomplete(options);
具体可以参数可以看看 https://github.com/lonelyplan...
具体可以参数可以看看 https://github.com/lonelyplan...