Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created October 20, 2010 08:36
Show Gist options
  • Save qoelet/636033 to your computer and use it in GitHub Desktop.
Save qoelet/636033 to your computer and use it in GitHub Desktop.
form = $(query_string);
try {
form_val_array = form.serializeArray();
for(i in form_val_array) {
form_val_array[i] = encodeURIComponent(form_val_array[i]);
} // ... etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment