Opened 14 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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 (2)
Change History (3)
Changed 14 years ago by
Attachment: | jquery.png added |
---|
Changed 14 years ago by
comment:1 Changed 13 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #5383.