>  기사  >  백엔드 개발  >  js怎么取得ueditor里的值

js怎么取得ueditor里的值

WBOY
WBOY원래의
2016-06-13 12:03:121269검색

js如何取得ueditor里的值啊
我现在想用ajax的$post给服务器端传值,如何获取ueditor里的值呢,我的页面加载代码如下:
 
<script>UE.getEditor('blog_content');</script>
页面能显示出来ueditor。
我现在用jq呀js通过id“blog_content”取到的值alert出来全是空,取不到这个值,我如何$post这个值啊。。。。请高手解答
------解决方案--------------------

引用:
我查了editor的API,我看着有editor.getContent() 这个方法,我也用了,也是空。我不确定值是不是在blog_content里,用$('#blog_content').val();的值也是空。。。

那应该是你搞错对象,找错
UE.getEditor('editor').getContent() 用这看看
------解决方案--------------------
看看你的 .post 怎么写的。。。估计是写错了
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.