• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need some help for jquery autocomplete using jsp

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to all
I am looking for designing the way jquery autocomplete is doing as shown in the given long
http://jqueryui.com/autocomplete/#multiple

In my page i have a drop down menu having firstname,lastname and city.
I am using a ajax call for sorting(if there are suppose 100 rows then just select the firstname from the dropdown, enter the firstname in the search field and hit the search button)
then its giving the details of the given firstname.

Now i want to make it more user friendly by using autocomplete.
Please tell me how to do this.
Suppose if i am selecting the firstname from the drop down then how to do the autocomplete
 
reply
    Bookmark Topic Watch Topic
  • New Topic