I have retrieved data from local database while typing in textbox using keydown function in jquery. I want to show that data’s using jquery autocomplete.But autocomplete works fine in onload not in keydown function.
how to do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You do not need to manually handle any events when using the jQuery UI autocomplete plugin. That’s the point of the plugin.
If you’re having a more specific problem with the plugin, add that information to your question so we can help you further. If you need more information about the plugin, see the documentation.