Mike
Member since Nov 1, 2011
- Profile: /members/9191-mike.htm
- Comments: 2
Recent Blog Comments By Mike
-
Using jQuery's Pipe() Method To Change Deferred Resolution
Posted on Nov 1, 2011 at 12:06 PM
@Eric, Whoops--right you are! Guess I spoke too soon there :/... read more »
-
Using jQuery's Pipe() Method To Change Deferred Resolution
Posted on Nov 1, 2011 at 10:39 AM
Nice post, Ben. One minor suggestion, though: $.pipe() returns a promise, while $.ajax returns a jQuery Deferred object. The difference being that a promise does not expose methods that can alter the state of the deferred (resolve(), reject(), resolveWith(), and rejectWith()). This behavior can be ... read more »