Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

search tags like stackoverflow? [duplicate]

how do you code a search box like the one in Tags where you enter a tag name and all tags are showing immidiately without you press enter.

can someone link me a script or tutorial for that. is it javascript or jquery? does it involve ajax?

and does it search in the database for tags? or is it searching through a xml file with tags?

like image 254
ajsie Avatar asked Nov 15 '09 04:11

ajsie


1 Answers

Check out this JS library, http://harvesthq.github.com/chosen/

like image 140
CambridgeMike Avatar answered Oct 12 '22 02:10

CambridgeMike