get value of editor with javascript or jquery
Replies (2)
(1-2/2)
Added by sami samie about 1 year ago
How can i get value of editor(text in editor) with javascript or jquery?
See JavaScript_API_EN for "Getting editor
content"
You can get value of editor with
var content = $('selector').elrte('val');tanx keykan for help
(1-2/2)