Skip to content

Instantly share code, notes, and snippets.

@naoyes
Created April 18, 2013 16:22
Show Gist options
  • Select an option

  • Save naoyes/5414074 to your computer and use it in GitHub Desktop.

Select an option

Save naoyes/5414074 to your computer and use it in GitHub Desktop.
jQuery.ajax({
type: 'GET',
url : '/hoge.json',
}).pipe(function(data){
return jQuery({
type: 'POST',
url : '/fuga'
})
}
).done(function(){
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment