[jQuery] How to FCKeditor create and destroy on fly?

[jQuery] How to FCKeditor create and destroy on fly?


Hi All!
Have a problem with correctly unload (destroy) FCKeditor object from
DOM, created through $.fck() plugin?
I wana edit HTML content on fly. Double click to content block is
called FCKeditor through you plugin. Button "Save" is post data to
action.php script. I want use Ajax for avoid reload page. Can I make
button "Cancel" that make unload FCKeditor from DOM on fly.
I tryed use $.remove() method, but any next call .fck() is failed.
P.S. Sorry for my bad english.