Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/11/2010, 10:10
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 7 meses
Puntos: 101
Respuesta: Array de Objetos en Javascript

Es un error de publicacion o de verdad no cerras las lineas con ;?

Cita:
evento.duracion = $(this).attr('duration')
evento.video = $(this).attr('href')
id_text = id_text + " "+evento.duracion+ " "+evento.video
...
id_text = id_text + ' ' + evento.fechainicio

evento.participantes = []
Eso debería darte error en la consola del firebug.