$.each($('.reserve-now'), function() {
        $(this).click(function(e) {
          e.preventDefault();
          registration_calendar(currentDate, $(this).attr('data-id'));
        });