I have the following JSON :
{"success":"true","data":{"usuarios":{"iduser":114,"cuenta":"arieldiaz"}}}
and my ajax is this:
success: function(response){
if (response.success) {
$.each(response.data.usuarios, function( key,...
asked by
01.08.2018 / 19:39