fullcalendar - I want to create events on full calender plugin using qtip2 -
i using http://arshaw.com/fullcalendar/ (full calender plugin) , qtip2 plugin. want create events using qtip2 popover. , dont have idea of how so? can please guide me on this?
bind option select
new function youfunction
(callback). in new function should receive selected date parameters, can manipulate , save event wish.
$('#calendar').fullcalendar({ // put options , callbacks here //... select: yourfunction, //... }); function yourfunction(startdate, enddate, allday) { //open popover, manipulate data , save event. }
Comments
Post a Comment