Welcome Guest, Not a member yet? Register   Sign In
ckeditor causes "Disallowed Key Characters" error.
#2

[eluser]tomyt[/eluser]
Hit a brainwave after posting this: and figured out what to search for in google.

Get the value of ckeditor:
Code:
var html = $("#textarea_html").val();
And when posting, escape() the actual data when passing it to jquery ajax submit:
Code:
var dataString = 'html='+ escape(html);


Messages In This Thread
ckeditor causes "Disallowed Key Characters" error. - by El Forum - 07-30-2011, 11:46 PM
ckeditor causes "Disallowed Key Characters" error. - by El Forum - 07-31-2011, 07:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB