jquery-autocomplete icon indicating copy to clipboard operation
jquery-autocomplete copied to clipboard

Add an option "destroy"

Open sploutch opened this issue 10 years ago • 0 comments

Add this after "$.fn.autocomplete = function(options) {"

if(options==="destroy"){ this.removeData("autocompleter").off(); return; }

sploutch avatar Mar 12 '14 11:03 sploutch