TOTD #39 explained how to create an
Autocomplete widget (server-powered autocompleting of text
fields, similar to Google Suggest)
using Prototype/Script.aculo.us libraries with NetBeans, GlassFish and MySQL. This Tip Of The Day
(TOTD) builds upon that project and shows how same functionality
can be achieved using jQuery Library.
- Use the NetBeans project created in TOTD #39. Right-clicking on the project, select "New", "JSP...", enter the name as "index2" …