{"status":1,"return":364}
I'm facing problem to getting status and return value in jquery. how I get the single value from this array.
{"status":1,"return":364}
I'm facing problem to getting status and return value in jquery. how I get the single value from this array.
It is not an array but its an object.
If I am right, you want to get the value of status object. Please see the screenshot attached.