AJAX Auto Suggestion/Auto Complete Textbox
Wednesday, February 28th, 2007I recently created an AJAX-based auto suggestion textbox for a work project so I thought I’d share some code.
I’ve seen examples that used combinations hacked-up select boxes and multiple DIVs. However, I think I came up with a fairly good solution using nothing more than a textbox and an empty HTML DIV.
The HTML
As usual, pay […]