if you see [Object object], try to do a
console.log(response),
or a
alert(JSON.stringify(response))
This way, you will be able to see your results I think
if you see [Object object], try to do a
console.log(response),
or a
alert(JSON.stringify(response))
This way, you will be able to see your results I think