You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm searching for only clicking on an event (.monthly-day .monthly-event-indicator) and not on a blank day. It seems to me useless to click on a blank day and seeing : No Events.
I'm pretty sure I have to change something here
// Click A Day
$(document.body).on("click touchstart", parent + " .monthly-day", function (event) {
// If events, show events list
But i tried everything, nothing is working.
Could you help me please ?
Thank you very much !
The text was updated successfully, but these errors were encountered:
Hi !
This calendar is very nice.
I'm searching for only clicking on an event (.monthly-day .monthly-event-indicator) and not on a blank day. It seems to me useless to click on a blank day and seeing : No Events.
I'm pretty sure I have to change something here
But i tried everything, nothing is working.
Could you help me please ?
Thank you very much !
The text was updated successfully, but these errors were encountered: