使用jQuery在textarea中着色文本

时间:2011-03-31 09:50:46

标签: javascript jquery html css textarea

我需要在textarea中着色文本的部分。让我们说第一行为红色,第二行为蓝色。这该怎么做? (jQuery的)

2 个答案:

答案 0 :(得分:8)

我不确定是否可以使用textarea。而是使用div contentEditable

查看类似问题

Rendering HTML inside textarea

How to set background color for some inner text of HTML textarea element?

答案 1 :(得分:0)

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

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