jQuery:向文本区域中的部分文本添加工具提示,并在用户开始编辑时删除它们

发布于 2024-12-10 06:25:46 字数 206 浏览 1 评论 0原文

我计划构建一个工具,可以向用户提供有关其文本的建议,类似于拼写检查器。

我想:

  • 突出显示有问题的文本
  • ,当用户开始编辑它时删除突出显示。

我将如何在 jquery 中做到这一点?突出显示有问题的文本看起来很容易,甚至可以使用 qtip2 这样的库添加工具提示,但是当用户开始编辑文本时,如何删除该突出显示?

I am planning on building a tool that will provide suggestions to the user on his text, similar to a spellchecker.

I would like to:

  • highlight problematic text
  • remove the highlighting when the user starts editing it.

How would I do this in jquery? Highlighting problematic text looks easy, even adding tooltips with a lib like qtip2, but how would I remove that highlighting as soon as the user starts to edit the text?

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

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

发布评论

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

评论(1

ㄖ落Θ余辉 2024-12-17 06:25:46

如果您只想删除某些内容,请将处理程序分配给文本区域的 changefocusmousedownkeydown 事件

If you just want to remove something assign a handler to textarea's change, focus, mousedown, keydown events

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