Skip to content

Instantly share code, notes, and snippets.

@ch1ago
Created July 10, 2014 17:39
Show Gist options
  • Save ch1ago/947bb4bd37c206050b4c to your computer and use it in GitHub Desktop.
Save ch1ago/947bb4bd37c206050b4c to your computer and use it in GitHub Desktop.
url = window.location.toString() + ".json"
$.ajax(
url,
{
method: "PATCH",
data: {contact: {name: "James"}}
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment