Skip to content

Instantly share code, notes, and snippets.

@exadeci
Created August 11, 2015 14:53
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 exadeci/056fb6d82141541f84fd to your computer and use it in GitHub Desktop.
Save exadeci/056fb6d82141541f84fd to your computer and use it in GitHub Desktop.
$(document).ready ->
$('.form-list').bind 'cocoon:after-insert', (e, insertedItem) ->
insertedItem.find('.chosen').chosen()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment