Skip to content

Instantly share code, notes, and snippets.

@sh1mmer
Forked from rgrove/gist:354949
Created April 3, 2010 23:45
Show Gist options
  • Save sh1mmer/354953 to your computer and use it in GitHub Desktop.
Save sh1mmer/354953 to your computer and use it in GitHub Desktop.
var data = [];
for (p in parameterMap) {
data.push(p + "=" + encodeURIComponent(parameterMap[p]));
}
data = data.join("&");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment