Skip to content

Instantly share code, notes, and snippets.

@chamatt
Last active May 24, 2019 16:18
Show Gist options
  • Save chamatt/210151c06d1ebddfcc6937d444d9027a to your computer and use it in GitHub Desktop.
Save chamatt/210151c06d1ebddfcc6937d444d9027a to your computer and use it in GitHub Desktop.
Parse value and label out of a select
JSON.stringify(Array.from(HTMLCollection).map((opcao) => ({ value: opcao.value, label: opcao.label})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment