-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete option #8
Comments
Yes it works with data from the DB but the db script has to be written in some server side language(php, ruby etc..) |
Do you have some example? because I am trying to implement this part but it doesnt work, I did this: in the ajax file, I did this: switch($_REQUEST['action']){
} But when I write something in the input, I receive this error: (on firebug) Permission denied http://localhost to charge the property XMLHttpRequest.channel |
Hi again DjPate, I write again, because I did not find the solution for solve my problem, do you know how could I get data from database to use in autocomplete? Thanks in advance, |
Hi, I would like to know if AUTOCOMPLETE could get the data from DB, and how...
Thanks in advance!
The text was updated successfully, but these errors were encountered: