Skip to content

Instantly share code, notes, and snippets.

@xjamundx
Created May 16, 2013 21:48
Show Gist options
  • Select an option

  • Save xjamundx/5595373 to your computer and use it in GitHub Desktop.

Select an option

Save xjamundx/5595373 to your computer and use it in GitHub Desktop.
$.ajax({
url: 'https://www.odesk.com/',
success: function() {
$.ajax({
url: 'https://www.odesk.com/',
success: function() {
// so much nesting
}
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment