How to configure autocomplete ajax, please advise
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);
For specific parameters, please see https://github.com/lonelyplan...
For specific parameters, please see https://github.com/lonelyplan...