Skip to content Skip to sidebar Skip to footer
Showing posts with the label .when

Can I Pass Promises To Jquery.when(), Or Only Deferreds?

The documentation for jQuery.when() says that this function takes Deferreds. However, it also says … Read more Can I Pass Promises To Jquery.when(), Or Only Deferreds?

$.when Not Waiting For Ajax Request To Finish

I want to first render a view with Backbone.js that displays an Article pulled from the server. I t… Read more $.when Not Waiting For Ajax Request To Finish