Skip to content

Instantly share code, notes, and snippets.

@fischerbach
Created December 18, 2020 18:42
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 fischerbach/20598aae0c94357863ba01c50f458c52 to your computer and use it in GitHub Desktop.
Save fischerbach/20598aae0c94357863ba01c50f458c52 to your computer and use it in GitHub Desktop.
Code for article
$.ajax({
url: 'YOUR_APP_SCRIPT_URL',
type: 'post',
data: {
'question': 'answer'
}
});
@fischerbach
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment