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


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

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