急求,ckeditor问题现在用ckeditor取代了textarea,但是用jquery去不到它的值了$(#fileContent).val()没
急求,ckeditor问题
现在用ckeditor取代了textarea,但是用jquery去不到它的值了$("#fileContent").val();没有值
请问如何解决
[解决办法]
我之前用的
var fileContent = CKEDITOR.instances['fileContent'].getData();
