用jQuery在textarea中着色

发布于 2024-10-29 01:35:38 字数 76 浏览 0 评论 0原文

我需要对文本区域中的部分文本进行着色。假设第一行是红色,第二行是蓝色。如何做到这一点? (jQuery)

i need to colorize part of the text in textarea. Let's say first line in red, second in blue. How to do this? (jQuery)

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

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

发布评论

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

评论(2

情场扛把子 2024-11-05 01:35:38

您无法轻松设置文本区域内容的样式,但是可以使用简化的富文本编辑器来完成此操作。

像RTE这样的东西: http:// /batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery.html
或 CLEditor: http://premiumsoftware.net/cleditor/ 将是一个很好的起点。

You can't easily style the contents of a text area, you can however use a simplified rich text editor to accomplish this.

something like RTE: http://batiste.dosimple.ch/blog/posts/2007-09-11-1/rich-text-editor-jquery.html
or CLEditor: http://premiumsoftware.net/cleditor/ would be a good starting point for this.

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