Skip to content

Instantly share code, notes, and snippets.

@huyderman
Created March 7, 2016 15:26
Show Gist options
  • Save huyderman/077897e064c0cdf73e75 to your computer and use it in GitHub Desktop.
Save huyderman/077897e064c0cdf73e75 to your computer and use it in GitHub Desktop.
var form_data = new FormData();
form_data.append('arr[]', 23);
form_data.append('arr[]', 42);
aja().method('post').body(form_data).go();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment