Skip to content

Instantly share code, notes, and snippets.

@khepin
Created December 9, 2010 04:00
Show Gist options
  • Save khepin/734320 to your computer and use it in GitHub Desktop.
Save khepin/734320 to your computer and use it in GitHub Desktop.
$('#booking_end_date_jquery_control').datepicker(
'option',
'onSelect',
function(date) {
// keep the original symfony function to update day / month / year select boxes
wfd_booking_end_date_update_linked(date);
// our own stuff
alert('haha');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment