I tried the following query.
When I see the answer through devtools I have the following:
{status: true, info: [,…], punitorios: [4786.6, 4677.4],…} status: true info: [,…] punitorios: [4786.6, 4677.4]
But I can't execute the code should be executed for true:
$.post('/buscarCuotas',{_token:_token,dni:dni},function(data){
if(data.status === true)
{
.....
What can it be due to? I tried adding, 'json' at the end of the .post, but it didn't work
I think if you need to obtain a JSON data you need serialize the response, or in order to use a more updated code you can use
fetchin where you can use