Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created March 25, 2015 22:37
Show Gist options
  • Select an option

  • Save ryanneufeld/7287bfda4225412a6b64 to your computer and use it in GitHub Desktop.

Select an option

Save ryanneufeld/7287bfda4225412a6b64 to your computer and use it in GitHub Desktop.
$.fn.serialze = function() {
return jQuery.param( this.serializeArray() ).replace(/\+/g, " ");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment