简体   繁体   中英

Preview HTML markup inside textarea

How to transform html codes within textarea while typing, as text editors do? I searched a lot, but preview is outside the textarea (which is very simple by jquery). I want to know the trick text editors do to display formatted html inside the textarea!

Note that I do not want a text editor, I want to show markeup when typping; for example displaying BOLD when typing <b>BOLD</b> inside textarea.

textarea does not have such a feature. However, you can still achieve the same effect with some Javascript acrobatics.

Check this out: http://www.kevinroth.com/rte/demo.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM