Skip to main content

Home/ iQ Web Team/ Group items tagged Promise

Rss Feed Group items tagged

Andrew Schonhoffer

Asynchronous Programming in JavaScript with "Promises" - 2 views

  •  
    This is an easy to understand article about the Promise pattern for Javascript. It is a way to have a 'continue with this function when this previous one succeeds' that doesn't involve nesting functions. The jqXHR objects returned by $.ajax() as of jQuery 1.5 implement the Promise interface, giving them all the properties, methods, and behavior of a Promise.
1 - 1 of 1
Showing 20 items per page