Skip to content

Instantly share code, notes, and snippets.

@marioloncarek
Created October 10, 2018 07:58
Show Gist options
  • Save marioloncarek/526dd60369e0f6ac530fdde6180236bf to your computer and use it in GitHub Desktop.
Save marioloncarek/526dd60369e0f6ac530fdde6180236bf to your computer and use it in GitHub Desktop.
if (i < (productForm.length)) {
concatedProductIdsString += `${$(productFormString + '-' + i).serialize()},`;
} else {
concatedProductIdsString += `${$(productFormString + '-' + i).serialize()}`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment