Answer the question
In order to leave comments, you need to log in
CKEditor jqury + ajax POST method fails?
There is a text editor CKEditor, from which I pull all the content by calling the .val() function (why .val() and not CKEDITOR.instances.editor1.getData()?, put the extension adapter->jquery ) after I check the console.log or alert, I get all the code as it should. After I pass an array of various data using ajax:
$.ajax({
type: "POST",
data: "h1="+h1
+"&url="+url
+"&state="+state....
url: "/ajax/admin/",
cache: false,
success: function(result){
alert(result);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question