AJAX Auto Suggest Search Box - Saturday, 9th August 2008
Posted by: Robert Bethell
Earlier this week I created another Javascript/AJAX script, this time in the form of an auto-suggest search box.
As the user types in their desired destination, a drop-down menu appears below with suggestions matching their query. The more specific their query becomes, the more accurate the matches. Users can click on the suggested destinations in order to fill in the field.
There are still a few more bullet-proofing tweaks to be done yet, but it seems to work very well. I enjoyed creating this.