You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my application responds with a status: 200 and NO content the success function does not fire.
When my application responds with a status: 204 and NO content the success function does fire.
I believe that adding a note that success() will not fire with a status code of 200 and no content, and that if no content is present, then to use a status: 204
Regards,
Daniel Lo
Thank you for the great work!
The text was updated successfully, but these errors were encountered:
Greetings,
https://github.com/jquery/api.jquery.com/blob/master/entries/jQuery.ajax.xml#L170
When my application responds with a status: 200 and NO content
the success function does not fire.
When my application responds with a status: 204 and NO content
the success function does fire.
I believe that adding a note that success() will not fire with a status code of 200 and no content, and that if no content is present, then to use a status: 204
Regards,
Daniel Lo
Thank you for the great work!
The text was updated successfully, but these errors were encountered: