Jquery: Filter dropdown list as you type

前端 未结 8 1800
粉色の甜心
粉色の甜心 2020-12-04 09:46

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 substri

8条回答
  •  失恋的感觉
    2020-12-04 09:53

    Try the "jquery options filter", based on real select box and matching in the mid of option texts: http://plugins.jquery.com/project/jquery_options_filter

    for diyism

提交回复
热议问题