bind event after fullCalendar has been created

Posted by user279612 on Stack Overflow See other posts from Stack Overflow or by user279612
Published on 2010-04-01T14:52:25Z Indexed on 2010/04/09 2:13 UTC
Read the original article Hit count: 171

Filed under:

Is there a way to bind event after fullCalendar has been created?

Something like:

jQuery( '#calendar' ).bind( 'dayClick', function( date, allDay, jsEvent, view ){} );

© Stack Overflow or respective owner

Related posts about fullcalendar