Skip to content

Instantly share code, notes, and snippets.

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