Perhaps this is in the docs and I'm just being thick, but I'd appreciate a pointer. Let's say I have the following HTML
<div class="editme">
This is something old.
</div>
I know that I can use $('editme').wymeditor() to convert all my textareas to editors. That's great. I edit the text, I save the text via and Ajax call. All is well.
Now how do I convert the editors back into plain divs?