Change textcolor of specific parts in textarea

后端 未结 3 1429
粉色の甜心
粉色の甜心 2021-01-20 14:18

Is there any possibility to change the text-color of some parts in a textarea in HTML?

I like to output some highlighted PHP-Code on my website and give the possibil

3条回答
  •  梦谈多话
    2021-01-20 14:36

    • Editing : I can recommend the Jquery Editable plugin. Also try this plugin. Not only does it perform in place editing but also selects the inner text for you.
    • Copying : zClip does a great job of copying to clipboard.
    • Highlighting : You can look into the snippet Jquery plugin to highlight language syntax

    So, you would display properly 'colored' code;when the user clicks on the div with the code, it changes to an editable textarea and if the user clicks on the icon besides the textarea, the code is copied to the clipboard.

提交回复
热议问题