Is there a way to bind event after fullCalendar has been created?
Something like:
jQuery( '#calendar' ).bind( 'dayClick', function( date, allDay, jsEvent, view ){} );
Is there a way to bind event after fullCalendar has been created?
Something like:
jQuery( '#calendar' ).bind( 'dayClick', function( date, allDay, jsEvent, view ){} );
this is currently not possible, but i would really like to have it in fullcalendar. will probably be in 1.5 when i rearchitect some things. could you add a feature request to the issue tracker? thanks