Hello,
I need to do Google searching on an input text by typing any letter on it.
for example: when I type B in my input textbox, it shows all the words start with B like what Google search does.
Can anybody help me?
thanks
what you want is some sort of AJAX autocomplete feature. Give this tutorial a try:
http://www.devbridge.com/projects/autocomplete/jquery/
and reply if you have more questions.