| Issue 1024: | Events not showing in IE8 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
All browsers works fine but IE8 doesnt show any event.
heres the code:
$('#calendar').fullCalendar({
header: {left: 'prev,next,today', center: 'title', right: 'month,agendaWeek,agendaDay'},
editable: false,
events: [
{
title: 'Aprenda a Investir na Bolsa - Curso',
start: new Date(2011, 7-1, 1, 9, 0),
end: new Date(2011, 7-1, 1, 19, 0),
allDay: false,
url: 'http://www.platinuminvest.com.br/curso-destaque1.asp?idCurso=472&Origem=Cursos',
backgroundColor: '#FB8915',
borderColor: '#FB8915',
className: 'teste'
},
{
title: 'Aprenda a Investir na Bolsa - Curso',
start: new Date(2011, 7-1, 5, 19, 0),
end: new Date(2011, 7-1, 7, 22, 0),
allDay: false,
url: 'http://www.platinuminvest.com.br/curso-destaque1.asp?idCurso=472&Origem=Cursos',
backgroundColor: '#FB8915',
borderColor: '#FB8915',
className: 'teste2'
},
{
title: 'As 7 Estratégias mais Vencedores da Bolsa - Curso',
start: new Date(2011, 7-1, 11, 19, 0),
end: new Date(2011, 7-1, 13, 22, 0),
allDay: false,
url: 'http://www.platinuminvest.com.br/curso-destaque1.asp?idCurso=483',
backgroundColor: '#EB4717',
borderColor: '#EB4717',
className: 'teste3'
},
{
title: 'Finanças Pessoais - Curso',
start: new Date(2011, 7-1, 11, 19, 0),
end: new Date(2011, 7-1, 11, 22, 0),
allDay: false,
url: 'http://www.platinuminvest.com.br/curso-destaque1.asp?idCurso=314',
backgroundColor: '#FEBB35',
borderColor: '#FEBB35',
className: 'teste4'
},
{
title: 'Análise Gráfica de Ações - Curso',
start: new Date(2011, 7-1, 12, 19, 0),
end: new Date(2011, 7-1, 14, 22, 0),
allDay: false, url: 'http://www.platinuminvest.com.br/curso-destaque1.asp?idCurso=312',
backgroundColor: '#BC1D76',
borderColor: '#BC1D76'
},
{
title: 'Mercado de Opções - Curso',
start: new Date(2011, 7-1, 12, 19, 0),
end: new Date(2011, 7-1, 14, 22, 0),
allDay: false,
url: 'http://www.platinuminvest.com.br/curso-destaque1.asp?idCurso=474',
backgroundColor: '#511C58',
borderColor: '#511C58'
},
{
title: 'Análise Gráfica de Ações - Curso',
start: new Date(2011, 7-1, 16, 19, 0),
end: new Date(2011, 7-1, 16, 22, 0),
allDay: false,
url: 'http://www.platinuminvest.com.br/curso-destaque1.asp?idCurso=312',
backgroundColor: '#BC1D76',
borderColor: '#BC1D76'
},
{
title: 'Aprenda a Investir na Bolsa - Curso',
start: new Date(2011, 7-1, 19, 19, 0),
end: new Date(2011, 7-1, 21, 22, 0),
allDay: false,
url: 'http://www.platinuminvest.com.br/curso-destaque1.asp?idCurso=472&Origem=Cursos',
backgroundColor: '#FB8915',
borderColor: '#FB8915'
},
],
});
Jul 6, 2011
Project Member
#1
althaus.it
Status:
Reproducing
Jul 6, 2011
i got it! just removed the comma after the last event and it worked. thnx anyway!
Jul 19, 2011
glad you fixed it
Status:
Done
|
|
| ► Sign in to add a comment |