I'm trying to get the jquery autocomplete ui to work but without success. There is no list of matches presented. I'm getting the error "TypeError: this.source is not a function"
so far I have an input field <input type="text" id="searchbar" name="title" placeholder="Search">
and then in my script I have
I'm not getting this to work. anyone have any ideas of where I can begin to troubleshoot? I really have a hard time with the jquery ui documentation.
source: "data",tosource: data,