Skip to content

Instantly share code, notes, and snippets.

@robkorv
Created August 9, 2013 09:47
Show Gist options
  • Save robkorv/6192489 to your computer and use it in GitHub Desktop.
Save robkorv/6192489 to your computer and use it in GitHub Desktop.
dojo object to url with query string
var queryStr = dojo.objectToQuery(formValues);
var url = action + '?' + queryStr;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment