Skip to content

Instantly share code, notes, and snippets.

@bichotll
Last active December 17, 2015 17:08
Show Gist options
  • Save bichotll/5643436 to your computer and use it in GitHub Desktop.
Save bichotll/5643436 to your computer and use it in GitHub Desktop.
Fast form ajax post/get with searlize parameters
$.post("/load/newcard",
$("#stored_card_form").serialize(),
function(data) {
check_data_form(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment