对 HTML 多选选项中的子字符串着色
我有一个多重选择框,其中填充了一组选项,其中包含用户在搜索中作为关键字输入的子字符串。然后,用户可以从生成的选择框中选择他们想要的内容。
为了使事情变得更容易,我想突出显示选择框中每个选项中的子字符串。
这可能吗?如果可能的话,将如何实现?
I have a multiple select box that is populated with a set of options that contain a substring that a user enters as a keyword in a search. The user can then select what they want from the generated select box.
To make things easier, I would like to highlight the substring in each of the options in the select box.
Is this possible, and, if so, how would it be accomplished?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无法设置选择框中文本的样式。您必须使用 JavaScript 编写自己的选择框。
There is no way to style the text inside a select box. You would have to write your own select box with javascript.