Modify ↓
Ticket #10528 (closed enhancement: invalid)
Count of active ajax request
| Reported by: | st.teneff@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | ajax | Version: | 1.7b2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The count of jQuery.active should be decreased before executing the success and complete functions. When the only ajax request is completed $.active should be 0
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.

Network traffic is complete, but global handlers are fired after specific handlers, which means the request is still active.