Jquery: Filter dropdown list as you type

Posted by rmbarnes on Stack Overflow See other posts from Stack Overflow or by rmbarnes
Published on 2009-04-01T18:55:29Z Indexed on 2010/05/19 2:40 UTC
Read the original article Hit count: 236

I have used a prototype plugin which filters the contents of a dropdown as you type. So for example if you typed 'cat' into the text box, only items containing the substring 'cat' would be left as options in the drop down.

Does anyone know of a jquery plugin which can do this?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript