Skip to content

Instantly share code, notes, and snippets.

@PavloConan
Created August 21, 2018 11:32
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 PavloConan/f70bd794a8a7da3e9a2ee77d4112bfb0 to your computer and use it in GitHub Desktop.
Save PavloConan/f70bd794a8a7da3e9a2ee77d4112bfb0 to your computer and use it in GitHub Desktop.
$.ajax({
   dataType: 'json',
   type: 'POST',
   url: Routes.call_to_api1_path(),
   success: function() {
       redirect()
   }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment