Ajax post JSON help
Ajax post JSON help
Hello,
I have a ajax post that is a datatype json.
So my success function looks like this:
success: function(d)
{
alert(d.name);
}
But it is not sure name exists. How can i check this out?
Regards,
Niels
Topic Participants
tsukasa1989