bind event after fullCalendar has been created - by user279612 Is there a way to bind event after fullCalendar has been created? Something like: jQuery( '#calendar' ).bind( 'dayClick', function( date, allDay, jsEvent, view ){} ); Read the article