Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/02/2012, 12:47
Montes28
 
Fecha de Ingreso: septiembre-2010
Mensajes: 1.853
Antigüedad: 14 años, 4 meses
Puntos: 6
Respuesta: Problema al recargar div

hola amigos

ya he identificado algo


Código Javascript:
Ver original
  1. select: function(start, end, allDay) {
  2.                 var title = prompt('Evento:');
  3.                 if (title) {
  4.                     $.ajax({
  5.                          url:'archivo.php',
  6.                          type:'post',
  7.                          data:{
  8.                             title: title,
  9.                             start: start.toUTCString(),
  10.                             end: end.toUTCString(),
  11.                             allDay: allDay,
  12.                             }
  13.                            
  14.                     })
  15.                     calendar.fullCalendar('refetchEvents');

si pongo esta linea calendar.fullCalendar('refetchEvents');
al insertar se visualizan doble el evento
y en la base detos solo se inserta un evento


como debo de arreglarlo