错误写法 : $(‘#Content‘).val();
正确写法: $(document.getElementsByTagName("iframe")[0].contentWindow.document.body).html()
jQuery 获取不到 kindeditor 内容 的解决方法
原文:http://www.cnblogs.com/Ken-Cai/p/5196200.html