Do you know how to make a editable with JavaScript? I\'m looking for cross-browser solution. Something similar to a rich text area, but that
editable with JavaScript? I\'m looking for cross-browser solution. Something similar to a rich text area, but that
Something similar to a rich text area, but that
Set contentEditable property of the element to "true":
"true"
element.contentEditable = "true";
See also: