devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.56k stars 1.66k forks source link

JMIGRATE jQuery.trim is deprecated; use String.prototype.trim #823

Open ebwaked opened 3 years ago

ebwaked commented 3 years ago

lines 517 and 804 are using $.trim() instead of String.prototype.trim.call() and JMIGRATE is warning of deprecated code.