Jquery:在您键入时过滤下拉列表

Jquery: Filter dropdown list as you type(Jquery:在您键入时过滤下拉列表)
本文介绍了Jquery:在您键入时过滤下拉列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我使用了一个原型插件,可以在您键入时过滤下拉列表的内容.因此,例如,如果您在文本框中键入cat",则只有包含子字符串cat"的项目才会作为选项留在下拉列表中.

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.

有谁知道可以做到这一点的 jquery 插件吗?

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

推荐答案

我写了 一个小脚本来做这是几年前的.很可能,它可以很容易地打包为一个 jQuery 插件.不客气.

I wrote a little script to do this a few years ago. It could be packaged up as a jQuery plug-in quite easily, probably. You're welcome to it.

如果您想查看我的 PHP 函数参考 仪表板小部件,我也会这样做那里的代码.

I also do this in my PHP Function Reference Dashboard widget if you want to look at the code there.

这篇关于Jquery:在您键入时过滤下拉列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Google apps script get range of bytes from binary file(谷歌应用程序脚本从二进制文件中获取字节范围)
Sending Multiple attachments with Google Script from Google Drive(使用 Google 脚本从 Google Drive 发送多个附件)
Distributing Google Apps Scripts for Sheets in your company network(在您的公司网络中分发适用于表格的 Google Apps 脚本)
Upload file to my google drive from anyone using javascript(使用 javascript 将文件从任何人上传到我的谷歌驱动器)
quot;Shared Drivequot; support in Google Apps Script(“共享驱动器Google Apps 脚本中的支持)
Angular 2+ HTTP POST and GDrive API. Resumable file upload with name(Angular 2+ HTTP POST 和 GDrive API.带名称的可恢复文件上传)