$.post("ui.php", { "action":"test"}, function (data) { console.log(data); // все отлично! }, "json"); console.log(data); // undefined