Author Topic: How to search like google search by typing in an textbox?  (Read 453 times)

mitili

  • New Member
  • *
  • Posts: 4
  • Karma: 0
    • View Profile
How to search like google search by typing in an textbox?
« on: July 10, 2012, 02:40:26 PM »
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

qiming.fang

  • New Member
  • *
  • Posts: 10
  • Karma: 0
    • View Profile
Re: How to search like google search by typing in an textbox?
« Reply #1 on: July 12, 2012, 10:11:21 AM »
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.