I am getting this response in $.ajax success method.
{\"ID\":18,"TSName":"testSuit"}
How can I parse it like
success: function (response) {
var tr = response.d;
alert(tr.TSName);
|
|
Check out the dataType option of jQuery's Alternatively, you can pass the data to |
|||
|
|