PHP Help Forum
Online Community that helps beginners learn PHP,
and webmasters solve PHP coding problems
since 1999
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
PHP Tutorials
PHP Help Forum
Forum FAQ
Search
Members
View the memberlist
Search For Members
Login
Register
PHP Help Forum
»
Client Side Coding
»
Javascript & Ajax
»
How to search like google search by typing in an textbox?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How to search like google search by typing in an textbox? (Read 453 times)
mitili
New Member
Posts: 4
Karma: 0
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
Logged
qiming.fang
New Member
Posts: 10
Karma: 0
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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PHP Help Forum
»
Client Side Coding
»
Javascript & Ajax
»
How to search like google search by typing in an textbox?