Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am developing a web page in which there is a requirement of many autocomplete textbox. As I am new to javascript it is very tough for me to make my own autocomplete textbox, so I have searched many autocomplete textboxes js from the internet, but each example is working only for one textbox. This means I cannot use same JS file to make another autocomplete textbox.

I also found an example on this forum, but I dont know how I can use it for more than one textbox.

So can someone help me in this. It is very important to me.

Thanks in Advance!!!!!!!!

Regards,

Arvind Thakur
Posted
Updated 26-Aug-11 0:43am
v2

1 solution

I encourage you to start using jQuery[^]. There is a plugin for jQuery that does exactly what you want: jQuery Autocomplete Plugin[^]. The page I linked to also has a link to examples of its usage.

Best Regards,

—MRB
 
Share this answer
 
Comments
123arvind123 26-Aug-11 6:50am    
wow MRB!! thanks its good...
Manfred Rudolf Bihy 26-Aug-11 12:59pm    
You're welcome!
Akshaya Dash 26-Aug-11 7:03am    
nice..

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