jQuery 获取不到 kindeditor 内容 的解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery 获取不到 kindeditor 内容 的解决方法相关的知识,希望对你有一定的参考价值。

错误写法 :  $(‘#Content‘).val();

正确写法: $(document.getElementsByTagName("iframe")[0].contentWindow.document.body).html()

以上是关于jQuery 获取不到 kindeditor 内容 的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

KindEditor使用过程中,用JQ提交表单时,获取不到编辑器的内容

kindeditor怎么获取获取HTML数据

使用kindeditor获取不到富文本框中的值

表单提交textarea内容,第一次获取不到值,第二次才能获取到的解决方法:

KindEditor得不到textarea值的解决方法

使用kindeditor时,取不到值