I'm trying to assign a value to a variable within the success of an ajax, however, when checking the value of that variable, this value is with the creation value of the variable,
var emailPessoa = '';
$.ajax({
url: api/aluno/id,
type:'...
asked by
08.05.2018 / 22:18