I\'m using this function, to submit form in the background, with custom messages. It works perfectly, except with textarea fields. I\'ve read that the serialize function has
Here main_post_txt is the id of html text area element which you are using and in jquery you can get easily its value by using
var post_text = $("#main_post_txt").serialize();