Using both method and callbacks

Issue #67 new
Former user created an issue

$('.responsive-calendar').responsiveCalendar('clearAll'); $('.responsive-calendar').responsiveCalendar('edit', event2); $('.responsive-calendar').responsiveCalendar({ onDayClick: function(events) { alert('Day was clicked') } });

I can't get onDayClick to work after using 'edit'. Is there another way to do this?

Comments (0)

  1. Log in to comment