定期检测 HTML 元素内的特定字符串

发布于 2024-09-12 22:07:07 字数 171 浏览 8 评论 0原文

我有一个 contenteditable 设置为 true 的 div 元素,我想检测元素中是否存在某个字符串,如果存在,则对其进行样式设置,给出语法突出显示的外观(我已经查看了现有的库/脚本,但它们都没有按照我需要的方式工作)。

在保持与 HTML5/CSS3 兼容浏览器的兼容性的同时,最好的解决方案是什么?

I have a div element with contenteditable set to true, and I want to detect whether a certain string exists within the element, and if so, style it, giving the appearance of syntax highlighting (I've already looked at existing libraries/scripts, and none of them work the way I need them to).

What would be the best solution to this, while preserving compatibility with HTML5/CSS3 compliant browsers?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

ι不睡觉的鱼゛ 2024-09-19 22:07:07

在我看来,jQuery 几乎总是一个不错的选择,这里有一个非常轻量级的插件,我认为它可以满足您的需求。

http://johannburkard.de/blog/programming /javascript/highlight-javascript-text-higlighting-jquery-plugin.html

jQuery is nearly always a good choice IMO, and here's a very lightweight plugin for it that I think does just what you're looking for.

http://johannburkard.de/blog/programming/javascript/highlight-javascript-text-higlighting-jquery-plugin.html

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