Trigger once after event created using fullcalendar.io
问题 Code: http://jsfiddle.net/AzmJv/1008/ I am trying to create popover using Bootstrap Popover plugin when hover over an event in the calendar. However, I cannot find a way to bind popover() to a new event DOM after it's being created. I tried to use eventAfterRender event according to the doc, but it seems to be triggered for ALL events in the calendar. http://fullcalendar.io/docs/event_rendering/ HTML: <div id='calendar'></div> JS: $(document).ready(function () { $('#calendar').fullCalendar({