$.ajax({ url: '/getmessage/', dataType: 'json', data:{subaction:'cancel'}, success:function(data) { alert(data.text == "Отменено")ж }