Jquery: Filter dropdown list as you type
- by rmbarnes
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?