commadelimited/autoComplete.js

MySQL Example

Closed this issue · 1 comments

Would you happen to have an example of how I could use your autocomplete with a MySQL database?

@dirtyrobinson The source attribute should contain the URL to a page from which your data will be retrieved. That page could be a PHP page, a Rails or Django API endpoint, or a static file containing a JSON object. If you're not using "on page" data then it's up to you to perform the search against your MySQL database.