Instant Search

JavaScript related questions should go here.
Post Reply
unemployment
Posts: 165
Joined: Fri May 06, 2011 5:02 pm

Instant Search

Post by unemployment »

I'd like to create an instant search for my site that uses ajax to run a search query then pull corresponding data in a drop down. Something similar to facebook's instant search. How would I go about doing that?
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Instant Search

Post by jacek »

Use the onchange event for an input box to trigger the search.
Image
Post Reply