Skip to content

Instantly share code, notes, and snippets.

@laffy
Created November 16, 2012 10:20
Show Gist options
  • Save laffy/4086205 to your computer and use it in GitHub Desktop.
Save laffy/4086205 to your computer and use it in GitHub Desktop.
$('#pick_date').datepicker({
onSelect: function(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