Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed a collaborative search engine, I want to add an auto-complete feature as the user types to bring up previously typed searches(like google), any help please?
Posted
Comments
[no name] 7-Oct-12 8:28am    
"any help please?", what kind of "help" is it that you need? Finding an auto-complete textbox? Integrating one into your application? Creating one from scratch? Googling "ajax toolkit"?

1 solution

I would prefer using jQuery for it.
Start from here:
Plugins/Autocomplete[^]
jQuery AutoComplete[^]

Here: Demo and details[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900