我正在尝试跟进之前关于如何在外部HTML元素(例如)中显示来自Cleditor文本框的内容的Stackoverflow问题。.这是thequestion和thefiddle它解决了我在webkit浏览器中的问题,但没有解决Firefox或IE:这是来自fiddle的代码:$("#input").cleditor();$(".cleditorMainiframe").contents().find('body').bind('keyup',function(){varv=$(this).text();//or.html()ifdesired$('#x').html(v);});我读过Ge