Is it possible to make a mouseover event only on days that come after the actual day in FullCalendar?
If yes, how could I do that?
I just want to show the cursor “pointer” over the cells of the days after today…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The table cell (td element) for today has the class ‘fc-today’. You need to run some jQuery to set the css on all the tds after this in the table. This can be done by putting this code in a function and assigning it to the option ‘viewDisplay’ on initialising the fullCalendar. I think this jQuery code should do it: