jquery - Repeated data is being displayed on calendar -


i using fullcalendar js plugin , fetching data in form of json( in codeigniter ). data displaying fine on "month view" when click on "week view" redundant entry gets appeared. happening because have used "datetime" datatype ? because if change "date" not happen. please tell me , should if want display other values "title" on calendar. code snippet -

$('#calendar').fullcalendar({         selectable: true,         header:          {             left: 'prev,next today',             center: 'title',             right: 'month,agendaweek'         },         events : "<?php echo base_url()?>secure/fetch_calendar_details",     }); 

please me , in advance.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -