Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 100 多个条目的复选框列表。我需要复选框列表的过滤器选项。
所需的功能是,当我输入过滤器 TextBox 时,CheckBox 列表的内容将根据输入的文本进行过滤(类似于自动完成)。
OnBlur您应该使用 jQuery 或类似的客户端 JavaScript 框架为您的过滤框设置一个事件Input,以便当其文本更改时,它会根据已被过滤的文本之间的匹配显示/隐藏 CheckBox 列表中的特定项目输入,以及Attribute各个CheckBox条目的值。没有看到您的特定 html 设置,不能比这更具体。
OnBlur
Input
Attribute
CheckBox