Side navigation
#8987 closed bug (duplicate)
Opened April 27, 2011 09:36AM UTC
Closed July 21, 2011 11:47PM UTC
Last modified July 21, 2011 11:47PM UTC
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
Attachments (0)
Change History (5)
Changed April 27, 2011 10:42AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed July 21, 2011 11:47PM UTC by comment:3
resolution: | duplicate |
---|---|
status: | closed → reopened |
Changed July 21, 2011 11:47PM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | reopened → closed |