ckeditor提交时 不能及时抓取到相应的值。
是因为 ckeditor会在 点击提交后才会把隐藏内容设置到ckeditor值中
解决办法:
var oEditor = CKEDITOR.instances.txt_Content;
alert(oEditor.getData());
ckeditor提交时 不能及时抓取到相应的值。
是因为 ckeditor会在 点击提交后才会把隐藏内容设置到ckeditor值中
解决办法:
var oEditor = CKEDITOR.instances.txt_Content;
alert(oEditor.getData());