acces json with single record
acces json with single record
When my script returns [{"Status":"Ok"}] from a jQuery.Ajax request, how do I get the Status Value?
jQuery.ajax({
...
success: function(data) {
alert(data.status); //<---- Is undefined
},
...
Topic Participants
fcools
jay.blanchard