Coming up with a server side JQuery plug-in is proving to be a bit brutal. I have looked around for one but they work off static information. Does anyone have a good free server-side Auto suggest for JQuery?
Share
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.
Do you mean you want a client-side JQuery autocomplete control that queries a server-side database for the data? If so, this tutorial covers exactly that, with a live demo here.