bootstrap-year-calendar icon indicating copy to clipboard operation
bootstrap-year-calendar copied to clipboard

Link a pdf file to each day

Open thaqiftaher opened this issue 5 years ago • 0 comments

Hi everyone, I am wondering on how to have a hyperlink for each day. I would like to have the user to click any day in the calendar, and it will download the pdf file. Each day has its own file. I am using the simple example code.

 $(function() {
    $('#calendar').calendar();
});

thaqiftaher avatar Nov 09 '18 02:11 thaqiftaher