Skip to main content

Bug Tracker

Side navigation

#10314 closed bug (wontfix)

Opened September 20, 2011 01:49AM UTC

Closed September 20, 2011 01:02PM UTC

ajaxComplete has been broken since jQuery-1.4.3

Reported by: conrad.irwin@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.4
Keywords: Cc:
Blocked by: Blocking:
Description

It works as advertised in jQuery-1.4.2 and below.

http://jsfiddle.net/LBhgd/2/

Attachments (0)
Change History (1)

Changed September 20, 2011 01:02PM UTC by jaubourg comment:1

resolution: → wontfix
status: newclosed

http://jsfiddle.net/UbZyv/

Use document instead of window. The window object is NOT a DOM node and the fact you received global ajax events on it in 1.5- was quite the stretch ;)