Modify ↓
Ticket #4810 (closed bug: duplicate)
JSONP Ajax repeat complete call
| Reported by: | Connorhd | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
On success a JSONP appears to call the complete callback twice.
This appears to be because complete() is called when the tmp function is executed and when the onreadystatechange poll ends.
See attached example
Attachments
Change History
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.

