FullCalendar no refetch events
I have worked with fullcalendar smoothly for a while, now I feel the need
to implement some changes. I need to filter the events, this has been
helpful http://jsfiddle.net/QMyFu/337/, but I can not reset the filters
and redisplay all events,
javascript code:
$('#boton').click(function(){
$("#calendar").fullCalendar( 'refetchEvents' );
});
html code:
<button id="boton">Reload</button>
here I made a fiddle http://jsfiddle.net/pablop22/eT26Q/2/
any suggestions are welcome
Pablo
No comments:
Post a Comment