up vote 0 down vote favorite
2
share [g+] share [fb]

In the interest of sincere flattery I would like to emulate the search box that Stack Overflow presents its users at the top right of the screen. I would like to be able to duplicate the AJAX/type ahead nature of this text box as closely as possible (but over my own data set). Does anyone know if this is custom built control or does it leverage a pre-existing control or jquery plugin? The implementation is very elegant / intuitive so I would like to mimic it’s functionality.

link|improve this question

That's just your browser's Most Recently Used function. At least, in that search box that's what's happening. – BobbyShaftoe Feb 25 '09 at 12:10
It appears you are correct in regards to the source of that boxes information; however, I would like they same look/feel but with dynamic data from a db. I think the answer below will get me there. – JPrescottSanders Feb 25 '09 at 12:35
feedback

2 Answers

FlexBox appears to be another impressive option.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.