I display a datepicker with 3 months, and in the right corner there is the next button to go one month ahead. I want to add an event to this next button, i want to trigger an onther function with this button, but also the next month has to show up ofcourse.
Share
You could just create click handler for this button using delegation with
.on():