Skip to content

Instantly share code, notes, and snippets.

@anthonycrumley
Created October 5, 2016 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonycrumley/c987a80a6d8e2bd5a942921692965b46 to your computer and use it in GitHub Desktop.
Save anthonycrumley/c987a80a6d8e2bd5a942921692965b46 to your computer and use it in GitHub Desktop.
$(document).on 'ready page:load', ->
$('.select2').on 'select2:select', (e) ->
console.log(e.params.data.email)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment