Skip to content

Instantly share code, notes, and snippets.

@thegoleffect
Created February 23, 2012 18:24
Show Gist options
  • Select an option

  • Save thegoleffect/1894214 to your computer and use it in GitHub Desktop.

Select an option

Save thegoleffect/1894214 to your computer and use it in GitHub Desktop.
ajax post example
$.ajax({
type: "POST",
url: url,
data: dataObj,
success: function(data){ },
error: function(err){ }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment