【发布时间】:2011-05-20 06:42:35
【问题描述】:
你好 在带有 id 为“ckeditor_input”的文本区域的表单中
$("#ckeditor_input").ckeditor();
$("#ckeditor_input").html(); // can get the value
("#ckeditor_input").click/blur/keydown/keypressed(
function(){
alert("OK");
}
); //doesn't work!
问题是ckeditor!如果我不在 textarea 上启动 ckeditor 实例,所有事件都可以正常工作!在 ckeditor 实例上获取事件的正确方法是什么?
谢谢
【问题讨论】:
标签: jquery events textarea ckeditor