Guest User

Untitled

a guest
Jul 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $('#booking_end_date_jquery_control').datepicker(
  2. 'option',
  3. 'onSelect',
  4. function(date) {
  5. // keep the original symfony function to update day / month / year select boxes
  6. wfd_booking_end_date_update_linked(date);
  7. // our own stuff
  8. alert('haha');
  9. });
Add Comment
Please, Sign In to add comment