javascript - "unresolving" a deferred object -


in short, there way "unresolve" deferred object?

for example: have list of data needs updated periodically, or when event triggered. great take deferred object created .ajax() , pass it's promise around gather callbacks. "fire" ajax request whenever want , have callbacks react. possible?

cheers

as of jquery 1.7, there progress() can used multi-fire situations.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -