tags:

views:

82

answers:

1

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

Something like:

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

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

arshaw