Skip to content

Instantly share code, notes, and snippets.

@sjungling
Last active December 15, 2015 07:29
Show Gist options
  • Save sjungling/5223576 to your computer and use it in GitHub Desktop.
Save sjungling/5223576 to your computer and use it in GitHub Desktop.
jQuery('#PricedOptionsForm :input[value!=""]').serializeArray().map(function(i){
return(i.value)
}).join(',')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment