I am trying to submit my form in AJAX, so I have to serialize() the data. But I am using fckEditor and jQuery doesn\'t know how to deal with it, so after the se
fckEditor
use the following function it worked for me
function(elementName,newVal) { var postData = $("#formID").serialize(); var res = postData.split("&"); var str = ""; for(i=0;i