In short, is there a way to βexpandβ a pending object?
For example: we have a list of data that needs to be updated periodically or when the event is fired. It would be nice to take a deferred object created with .ajax () and pass it a promise to collect callbacks. Then the "fire", which requests ajax every time we want, and respond to all callbacks. Is it possible?
Greetings
javascript jquery jquery-deferred
nicholas
source share