Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created October 18, 2011 09:46
Show Gist options
  • Save dagda1/1295058 to your computer and use it in GitHub Desktop.
Save dagda1/1295058 to your computer and use it in GitHub Desktop.
simple.coffee
generate: =>
values = _.map($('input:checked'), (check) ->
$(check).val())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment