Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created August 27, 2012 13:02
Show Gist options
  • Save bittersweetryan/3488243 to your computer and use it in GitHub Desktop.
Save bittersweetryan/3488243 to your computer and use it in GitHub Desktop.
jQuery Deferred
$.when(
func1(),
func2(),
func3()
).then(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment