Side navigation
#7440 closed bug (worksforme)
Opened November 08, 2010 08:13PM UTC
Closed March 30, 2011 08:38PM UTC
Can't bind global Ajax events to window object
Reported by: | emw.code@gmail.com | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | ajax | Version: | 1.4.3 |
Keywords: | regression,ajaxrewrite | Cc: | |
Blocked by: | Blocking: |
Description
I can't seem to bind global Ajax events like ajaxSuccess to the window object when using jQuery 1.4.3. This isn't consistent with jQuery 1.4.2. To see, compare the output of http://jsfiddle.net/rnuBK/6/ between the two jQuery versions.
Attachments (0)
Change History (3)
Changed November 08, 2010 08:20PM UTC by comment:1
component: | unfiled → ajax |
---|---|
keywords: | → regression |
milestone: | 1.5 → 1.4.5 |
priority: | undecided → high |
status: | new → open |
Changed December 27, 2010 10:37PM UTC by comment:2
keywords: | regression → regression,ajaxrewrite |
---|
Changed March 30, 2011 08:38PM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | open → closed |
The behaviour reported was not actually documented as being supported, take a look at the following fiddle that shows how to correctly use jQuery.fn.ajaxSuccess