Skip to content

Instantly share code, notes, and snippets.

@riteshn-niara
Created March 1, 2016 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riteshn-niara/4577fc9bf2babffa72f8 to your computer and use it in GitHub Desktop.
Save riteshn-niara/4577fc9bf2babffa72f8 to your computer and use it in GitHub Desktop.
$.ajax('api1').success(function(data) {
// insert into dom - data
})
$.ajax('api2').success(function(data) {
// insert into dom - data2
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment