In jQuery's ajax success callback, will textStatus ever not be “success”?

前端 未结 4 1040
轻奢々
轻奢々 2020-12-31 00:38

In the documentation there is a list of possible values that textStatus might be if the error() callback fires (\"timeout\", \"error\", \"notmodified\" and \"pa

4条回答
  •  离开以前
    2020-12-31 00:50

    From looking at the source it appears that notmodified could be a value, although I've never seen it.

提交回复
热议问题