Modify ↓
Ticket #5826 (closed bug: worksforme)
$.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: | |
| Blocking: | Blocked by: |
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.
Change History
comment:2 Changed 3 years ago by snover
- Status changed from new to closed
- Resolution set to worksforme
live test case works for me. Please reopen this ticket if you can provide a reduced test case.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

#5093 is a duplicate of this ticket.