jQuery 获取不到 kindeditor 内容 的解决方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery 获取不到 kindeditor 内容 的解决方法相关的知识,希望对你有一定的参考价值。
错误写法 : $(‘#Content‘).val();
正确写法: $(document.getElementsByTagName("iframe")[0].contentWindow.document.body).html()
以上是关于jQuery 获取不到 kindeditor 内容 的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
KindEditor使用过程中,用JQ提交表单时,获取不到编辑器的内容