Closed ezanker closed 14 years ago
Yes, though it's not as well-tested a code path as static data. Take a look at dataMethod in the documentation: http://wiki.github.com/clint-tseng/Awesomecomplete/
After you have your data you'll want to call awesomecomplete_onData(data, term) on the jQuery object of your Awesomecomplete.
Thanks for the quick response. I did not see the awesomecomplete_onData(data, term) part in the documentation.
Yeah; I'm going to change how that part of the API works slightly in the next iteration anyway or I'd have added it just now.
Is it possible to retrieve the data asynchronously via AJAX call?