ubilabs / geocomplete

jQuery Geocoding and Places Autocomplete Plugin
http://ubilabs.github.com/geocomplete/
MIT License
1.22k stars 408 forks source link

Uncaught TypeError: this.$input.on is not a function #329

Open syedfazli opened 7 years ago

syedfazli commented 7 years ago

I am installing the GeoComplete on the Drupal based site. But when I installed it. I got an error:

jquery.geocomplete.js:211 Uncaught TypeError: this.$input.on is not a function at GeoComplete.initGeocoder (jquery.geocomplete.js:211) at GeoComplete.init (jquery.geocomplete.js:107) at new GeoComplete (jquery.geocomplete.js:99) at HTMLInputElement. (jquery.geocomplete.js:586) at Function.each (jquery.js:34) at $.fn.init.each (jquery.js:27) at $.fn.init.$.fn.geocomplete (jquery.geocomplete.js:582) at addressfieldAutocompleteInit (addressfield_autocomplete.js:83) at HTMLInputElement. (addressfield_autocomplete.js:377) at Function.each (jquery.js:34)

Please Guide me what to do with it.