Alex-D / Trumbowyg

A lightweight and amazing WYSIWYG JavaScript editor under 10kB
https://alex-d.github.io/Trumbowyg
MIT License
4k stars 614 forks source link

How to do one get content of the textarea #1417

Closed udosenakane closed 10 months ago

udosenakane commented 1 year ago

I am looking for a way to get content of the textarea via js

Alex-D commented 10 months ago

Please try something like: $('textarea').html()