Skip to main content

Bug Tracker

Side navigation

#10728 closed bug (duplicate)

Opened November 08, 2011 11:15PM UTC

Closed November 08, 2011 11:29PM UTC

Last modified November 08, 2011 11:29PM UTC

$.ajax doesn't persist with deferred methods

Reported by: timothy.soehnlin@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

When calling $.ajax(...).always(), the returned deferred is not the $.ajax() object (As it was in jQuery 1.6), but is now a new promise that is missing all of the $.ajax() members.

This now means that I am unable to chain the $.ajax() deferred methods as a method return.

Attachments (0)
Change History (2)

Changed November 08, 2011 11:29PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Changed November 08, 2011 11:29PM UTC by dmethvin comment:2

Duplicate of #10723.