Click here to Skip to main content
16,015,755 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can we do textbox autosearch in javascript
when user enters some value in textbox it has to show the list of particular related username by using javascript..

Eg..in textbox am entering value a then it has to show all names starting with a from username...
Posted

1 solution

You are talking of AutoComplete textbox.

Here: Google search result[^]

An example: http://simonwillison.net/code/js/autocomplete/[^]


Basic logic behind it is using XMLHttpRequest in order to fetch data related to typed in text.

Try!
 
Share this answer
 
Comments
Ankur\m/ 11-May-11 3:08am    
autocomplete textbox is the word here. 5!
Sandeep Mewara 11-May-11 4:19am    
Thank you sir! :)

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