ckeditor + jquery + fancybox
问题 Purpose is to have a small icon on my admin page. Clicking this icon will fire a modal window with an instance of ckeditor textarea. The user edit the text, saves it and modal closes. My problem is that if i click again on the icon, the new editor instance is empty. Below you can see the relevant codes HTML Part: <a id="editShortText" title="Short Description" href="#saveShortTextFrm"><img src="clickme.gif"> <div style="display:none"> <form action="" method="post" id="saveShortTextFrm" name=