I’ve installed TinyMCE and when my form is posted traditional way (into some php page) it’s not a problem, cause I can pass the variable throug stripslashes() function or something like that.
Unfortunately, one of my forms is passed via jquery $.ajax module – and there any PHP manipulations are impossible. Is there a way to pass full formatted tinyMCE output via javascript, because now it can’t see any formatting i’ve done.
According to this answer: https://stackoverflow.com/a/6541822/349012 it’s possible:
Another reference: https://stackoverflow.com/a/11112221/349012