below is your function changed to return html
Code:
$.post("ajaxwork.php?a=import_videos", $("#target").serialize(),
function(data){
$("#ajaxCol"+jsNum).html(data);
}, "html");
Quote:
|
Originally Posted by Jakez
Ok I replaced the <input> field with a textarea and it won't print anything if I have more than 1 line of text inside the textarea... what the faaaaaaack!
|
try using
Code:
echo htmlentities($return_json);