I\'ve implemented autocomplete on an input field, but the box does not show up and firebug returns \"this.source is not a function\". I\'ve used autocomplete on other fields
in my case I had a second import of jquery which I didn't realize. Something like:
// More code
So be sure to import the autocomplete script after you initialized jquery.