Out of $ .ajax I want to access the variable var = row. With a console.log if it returns results. How could I fix it?
$.ajax({
url: '/laboratorio/searchLista/',
method: 'GET',
data: {'id':id_doctor},
success: function(resultado...
asked by
09.08.2018 / 23:34