jquery-autocomplete
jquery-autocomplete copied to clipboard
Add an option "destroy"
Add this after "$.fn.autocomplete = function(options) {"
if(options==="destroy"){ this.removeData("autocompleter").off(); return; }