Skip to content

Instantly share code, notes, and snippets.

@laffy
Created November 16, 2012 10:15
Show Gist options
  • Save laffy/4086176 to your computer and use it in GitHub Desktop.
Save laffy/4086176 to your computer and use it in GitHub Desktop.
$('#pick_date').datepicker(
alert('test')
onSelect: ( date_text, inst ) ->
alert('test')
alert(date_text)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment