Bug Tracker

Modify

Ticket #10728 (closed bug: duplicate)

Opened 19 months ago

Last modified 19 months ago

$.ajax doesn't persist with deferred methods

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

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.

Change History

comment:1 Changed 19 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

comment:2 Changed 19 months ago by dmethvin

Duplicate of #10723.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.