Skip to content

Instantly share code, notes, and snippets.

@barmstrong
Created October 15, 2012 18:36
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 barmstrong/8e8b27a86105380901aa to your computer and use it in GitHub Desktop.
Save barmstrong/8e8b27a86105380901aa to your computer and use it in GitHub Desktop.
$.ajax({
type: 'POST',
url: '/questions/update',
data: $(this).parents('form').serialize(),
dataType: 'script'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment