Questions tagged «fckeditor»

4
如何在jQuery中修改序列化表格数据?
我正在尝试使用AJAX提交表单,因此必须对数据进行serialize()。但是我正在使用,fckEditor而jQuery不知道如何处理它,因此在序列化之后,我尝试手动修改值,但是到目前为止没有运气...任何想法 if(content_val!=""){ var values = $("#frmblog").serialize(); values.content = content_val; //content_val is the manually fetched data which I am trying to insert into the serialized content. alert(content_val); alert(values); }
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.