I am trying to get data from an object. I have tried to get the data as a.doc._id as given below.
function ab(data){alert("content is "+data.doc.id);}

You probably need to access the property using the square bracket notation. Try -
alert("sdf" + data["doc._id"]);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With