#8987 closed bug (duplicate)
jQuery 1.5 statusText
Reported by: | tassunoros | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jqXHR.statusText do not get from exactly text status from server response ex. server side response.setStatus(200,"Response OK"); but on success function when ajax calling it return "success" ex. $.ajax({
url : "xxx.jsp", success: function(data,status,xhr){
alert(status+" : "+xhr.statusText);
}
});
it will alert success in stead of Response OK
Change History (5)
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:4 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #8534.