I am using the fullCalendar.js and the current problem is making i lose so much time on something that might be simple to whose understand javascript (more specific jquery) bett
Remove the eventClick function and replace the eventAfterAllRender function with this:
eventRender: function(event, element) { element.append( "X" ); element.find(".closeon").click(function() { $('#calendar').fullCalendar('removeEvents',event._id); }); }