Code like:
...text <span contenteditable="true" onChange="someFunction()">blah blah</span> text...
The onChange event doesn’t work. (at least in FireFox)
I don’t want to use textarea/input tags, because there must be available to change only particular words in text, and must be displayed inline (not block).
Is there any way how to do that ?
The function that I wrote:
One call of this function fixes all ContentEditable elements in the page.