cleditor problem with jquery ui effect()?
问题 I'm using cleditor on one of my sites and I have run into a problem. When I use effect to animate some divs cleditor's wysiwyg editor stops working. The editor itself shows but I cant type anything into it. I can view/edit the source on the editor just fine. Code I use to toggle between divs: function emailwizardplace(pold, pnew) { $("#wizard-" + pold).hide(); $("#wizard-" + pnew).effect('slide'); //$("#wizard-" + pnew).show(); <= This works without problems } Code for calling cleditor: $("