JQ获取CKeditor的值
生活随笔
收集整理的這篇文章主要介紹了
JQ获取CKeditor的值
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
var editor = CKEDITOR.replace("content");
editor.setData("");
alert(CKEDITOR.instances.content.getData()); var editor = CKEDITOR.replace("content");
alert(editor.getData());
?
轉(zhuǎn)載于:https://www.cnblogs.com/Alandre/p/3405363.html
總結(jié)
以上是生活随笔為你收集整理的JQ获取CKeditor的值的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 进度1
- 下一篇: 转载Linq中GroupBy方法的使用总