$.ajax({ url: '/обработчик', type: 'POST', data: {data}, success: function(data) { $(this).attr('id', data); } });