jQuery-Autocomplete
jQuery-Autocomplete copied to clipboard
JMIGRATE jQuery.trim is deprecated; use String.prototype.trim
lines 517 and 804 are using $.trim() instead of String.prototype.trim.call() and JMIGRATE is warning of deprecated code.