Side navigation
#12101 closed bug (notabug)
Opened July 18, 2012 09:15PM UTC
Closed September 10, 2012 11:37PM UTC
ajaxStart working for .load(), but not for .ajax()
Reported by: | ShawmutSteve@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Click 'Trigger' - ajaxStart() is not fired.
Uncomment the .load() line, and Run. When you click the Trigger text, ajaxStart() will fire.
Attachments (0)
Change History (4)
Changed July 24, 2012 08:44PM UTC by comment:1
_comment0: | Confirmed. → 1343162701848658 |
---|---|
cc: | → jaubourg |
status: | new → open |
Changed July 24, 2012 09:36PM UTC by comment:2
The sample request is a jsonp request, ie a script request. Global events are not triggered for those as is stated (not that clearly sadly) in the Advanced Options section of the ajax docs. That's because the requests are not guaranteed to complete.
Changed September 05, 2012 03:24AM UTC by comment:3
component: | unfiled → ajax |
---|
Changed September 10, 2012 11:37PM UTC by comment:4
cc: | jaubourg |
---|---|
priority: | undecided → low |
resolution: | → notabug |
status: | open → closed |
As this is documented and intended behavior, closing as "not a bug".
Confirmed. Seems to have been broken since 1.5?