Key differences:
- AJAX object is now represented by 2 separate objects:
Request
Response
- AJAX error has 2 properties:
e.request
ande.response
and backward-compatiblee.ajax
which is equal toe.response
. - AJAX Response now has
responses
property andjson
property along with backward-compatibledata
property