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);}

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);}
