$('#save').click(function() { $.post( '/script.php', $('#form').serializeArray(), function (txt) { $('#block_pod_knopkoy').text(txt) } ); });