[Solved] jQuery Ajax response 200, but cannot access the response data

[ad_1]

Because you are parsing the response as a json string, and ajax redirect you to an “error” callback. Change dataType to html, or change the reply of your script.

1

[ad_2]

solved jQuery Ajax response 200, but cannot access the response data