- Monday, June 8, 2009, 19:39
- JQuery, Java, Tutorial
- 38,025 views
Autocomplete is a common feature available in lot of web tools and services. You will find lots of implementation of autocomplete features. Let us see how can we implement a simple Autocomplete feature for Country names in Java-JSP and jQuery.
We will use
jQuery's autocomplete plugin for our example. I have used Eclipse for the development of this demo.
Create a dymanic web project ...
Full story