jQuery Calendar : how to add clickable events on particular dates?

前端 未结 2 715
Happy的楠姐
Happy的楠姐 2021-01-25 01:39

I am using jquery full calendar http://arshaw.com/fullcalendar to display the meetings .

I just want to confirm it that it is possible to add an event(Let\'s a create

2条回答
  •  花落未央
    2021-01-25 02:31

    I am assuming you want to add events when a user clicks on a day (in month-view) or a timeslot (in day/week views). If so, you can use the select and eventClick callbacks to add and fetch events on the calendar.

    Check this fiddle: http://jsfiddle.net/100thGear/xgSTr/

    This incorporates the jQuery UI dialog into the FullCalendar and also inherits the selected dates into the jQuery UI datepicker for convenience!

    Let me know if this helps.

提交回复
热议问题