Skip to content

Instantly share code, notes, and snippets.

@bsa7
Last active August 29, 2015 14:22
Show Gist options
  • Save bsa7/79907a95a0b5280d5842 to your computer and use it in GitHub Desktop.
Save bsa7/79907a95a0b5280d5842 to your computer and use it in GitHub Desktop.
map jquery elements
result = $("label.some-class-name").map((i, item) ->
$(item).text()
).toArray()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment