I have a tinymce styled field in a DIV block which I display using the UI dialog method. On first load, everything works great when I display it. When I save the data, I first destroy the dialog like this:
- $(id).dialog('destroy').appendTo(form)
That way I can serialize the form data. When I bring up the dialog box again, my tinymce field is non-responsive - can't click or type in it. How can I make it responsive again?