get value of editor with javascript or jquery

Added by sami samie about 1 year ago

How can i get value of editor(text in editor) with javascript or jquery?


Replies (2)

RE: get value of editor with javascript or jquery - Added by keykan ... about 1 year ago

See JavaScript_API_EN for "Getting editor
content"

You can get value of editor with

var content = $('selector').elrte('val');

(1-2/2)