I don't think your problem is jQuery/Javascript related.
Once the form is submitted (through PHP I presume?) you need to echo a message which will be passed as part of the success callback. i.e.
echo '' . $_POST['message'] . '';
Care to post your server side code?