Skip to main content

Bug Tracker

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

http://jsfiddle.net/SXkck/40/

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 dmethvin comment:1

_comment0: Confirmed. 1343162701848658
cc: → jaubourg
status: newopen

Confirmed. Seems to have been broken since 1.5?

Changed July 24, 2012 09:36PM UTC by jaubourg 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 mikesherov comment:3

component: unfiledajax

Changed September 10, 2012 11:37PM UTC by mikesherov comment:4

cc: jaubourg
priority: undecidedlow
resolution: → notabug
status: openclosed

As this is documented and intended behavior, closing as "not a bug".