Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Wrong process sequence with using Deferred.connect #4

Closed
cho45 opened this issue Jul 6, 2010 · 1 comment
Closed

Wrong process sequence with using Deferred.connect #4

cho45 opened this issue Jul 6, 2010 · 1 comment

Comments

@cho45
Copy link
Owner

cho45 commented Jul 6, 2010

// --------------- Here order of log is 2 -> 1 , child redirect works wrong

function showData(data) {
    var fadeout = Deferred.connect($.fn.fadeOut, { target: $('#container'), ok:1 });
    return fadeout(500).
    next(function() {
        return $('#container')
            .text(data)
            .deferred("fadeIn", 2000)
            .next(function() { console.log(1) })
    }).
    next(function() { console.log(2) })
}
@cho45
Copy link
Owner Author

cho45 commented Sep 16, 2010

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant