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

TypeError: container.on is not a function #708

Closed tosipaulo closed 6 years ago

tosipaulo commented 6 years ago

My version of this topic was written in old jQuery (1.4.2), it does not have a .on () function how to use auto-complete.js in this version?

tkirda commented 6 years ago

Lowest supported version is 1.7. That is when on was added: http://api.jquery.com/on/

tosipaulo commented 6 years ago

Thank you! 😁