lundi 1 août 2016

Retrieve data from jQuery Object

I am having problems with my jQuery object which I recieve from Ajax function.

console.log(data) ==> dumps {"isUnique":true}

and

console.log(data.isUnique) ==> dumps undefined

How should I get these "isUnique" data?

Aucun commentaire:

Enregistrer un commentaire