对 HTML 多选选项中的子字符串着色

发布于 2024-09-13 13:05:38 字数 143 浏览 1 评论 0原文

我有一个多重选择框,其中填充了一组选项,其中包含用户在搜索中作为关键字输入的子字符串。然后,用户可以从生成的选择框中选择他们想要的内容。

为了使事情变得更容易,我想突出显示选择框中每个选项中的子字符串。

这可能吗?如果可能的话,将如何实现?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

千年*琉璃梦 2024-09-20 13:06:05

无法设置选择框中文本的样式。您必须使用 JavaScript 编写自己的选择框。

There is no way to style the text inside a select box. You would have to write your own select box with javascript.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文