I would like to integrate auto-suggest on my website. Which option should I pursue? Are there any advantages with going the jQuery route vs the Javascript route? What about disadvantages?
What about having my local javascript request information from server-side JSP? I have about 10,000 keywords in my database that I'll be using.
I would appreciate some direction on this. Thank you.