Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

Link a pdf file to each day #234

Open thaqiftaher opened 5 years ago

thaqiftaher commented 5 years ago

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();
});