I have an application that's heavy on Ajax... Multiple instances of Wymeditor are created on the page, but after the initial "submit," each submit always pulls data from the first Wymeditor that was created on the page. I've seen posts in the forum about how to hide the editor (turn on, off)... but is there a way to destroy the editor? As in, remove it completely from the DOM? Something like...
$.wymeditors(0).destroy();
Thank you for your input!
Tim