jQuery-Autocomplete
jQuery-Autocomplete copied to clipboard
all "suggestion.value" should be replaced with "suggestion.value.toString()" for string function like substr not defined if response value is not a string type
if response value is not a string type, then an error will happen , likes "replace function not defined" so all "suggestion.value" should be replaced with "suggestion.value.toString()"