Side navigation
#10528 closed enhancement (invalid)
Opened October 19, 2011 08:14AM UTC
Closed October 19, 2011 03:26PM UTC
Count of active ajax request
Reported by: | st.teneff@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.7b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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
Attachments (0)
Change History (1)
Changed October 19, 2011 03:26PM UTC by comment:1
component: | unfiled → ajax |
---|---|
priority: | undecided → low |
resolution: | → invalid |
status: | new → closed |
Network traffic is complete, but global handlers are fired after specific handlers, which means the request is still active.