"); $.post("/ajax/send_msg", {'msg' : txt}, obrabotatResultatOtpravki); } function obrabotatResultatOtpravki(resultat) { var jsonResult = $.parseJSON(resultat); resultat = jsonResult.result; text = jsonResult.text; if(resultat == 'ok') { text = '' + text + ''; $("#txt").val(''); } else { text = '' + text + ''; } $("#return_msg").html(text); $("#send").html(send_html); }