Skip to content

Instantly share code, notes, and snippets.

@pnakibar
Created March 15, 2015 00:08
Show Gist options
  • Save pnakibar/6f6a40eb948c93b62527 to your computer and use it in GitHub Desktop.
Save pnakibar/6f6a40eb948c93b62527 to your computer and use it in GitHub Desktop.
$.ajax({
type: "GET",
url: "/aluno/"+idaluno,
dataType: 'json',
success: function(data){
modal.find('.modal-title').text('Editar aluno: ' + data.name);
modal.find('.modal-body input#name').val(data.name);
modal.find('.modal-body input#age').val(data.age);
modal.find('.modal-body input#forcelevel').val(data.forcelevel);
}
});
@ChristinaSa
Copy link

Hola querida
¿Cómo están usted y actividades, soy la señora Christina, vi tu perfil hoy luego me interesé saber algo más, así que por favor amablemente Wright para mí a través de mi dirección de correo electrónico ([email protected]) y también tengo algo muy importante que el discurso con usted, gracias, estoy esperando a leer de usted pronto.

Su nuevo amigo ([email protected])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment