Side navigation
#5826 closed bug (worksforme)
Opened January 15, 2010 06:46PM UTC
Closed October 20, 2010 12:25AM UTC
$.POST() AND $.GET() "Type" BUG
Reported by: | HexKrak | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | ajax | Version: | 1.4 |
Keywords: | post, get, ajax | Cc: | |
Blocked by: | Blocking: |
Description
$.post(
'/path/to/action',
{key:val, key2:val2},
function(json, status, xml){
alert('test');
},
'json'
);
Results in the callback function never being called, however; remove the "status" parameter ('json') and the callback function is executed properly.
This appears to be the same issue as ticket #5093, but is verified on 1.4.
Attachments (0)
Change History (2)
Changed October 19, 2010 11:25PM UTC by comment:1
Changed October 20, 2010 12:25AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
live test case works for me. Please reopen this ticket if you can provide a reduced test case.
#5093 is a duplicate of this ticket.