Page 1 of 1

dropdown textobox

Posted: Mon Apr 02, 2007 11:34 am
by sarris
Hi there. I have seen arround various sites, textboxes that as you type they give you the remaining options on a dropdown list that open exactly under the textbox.
Its like a dropdown box in which you can type as well. I know that finding the remaining selections needs to be implemented with AJAX but i dont really know what kind of element is that. Anyone knows?

If i didnt explain myself well check out the textbox on http://www.thinkproperty.com
...as you type the areas you get all the available options.

thanks

Posted: Mon Apr 02, 2007 11:38 am
by jayshields
It's just a text input field with a javascript/AJAX/CSS box that appears underneath it as you type. Why not check out the source and lift out any bits you need and have a play around with it?