[jQuery] Re: Problems with the JSON return from the jQuery.ajax() method

2008-11-06 Thread Augusto TMW
is not followed by another property. When I tried to eval your original json, I got an error. After removing that comma, it eval'ed correctly. Hope this helps. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Augusto TMW Sent: Wednesday

[jQuery] Re: Problems with the JSON return from the jQuery.ajax() method

2008-11-05 Thread Augusto TMW
:[ {nome:teste5,arquivo:../institucional/downloads/teste5.pdf} ] } ] }} Where I've to put the comma? Thanks very much for your help! =D Augusto TMW On Nov 5, 12:46 pm, Choan Gálvez [EMAIL PROTECTED] wrote: Hi. On Nov 4, 2008

[jQuery] Problems with the JSON return from the jQuery.ajax() method

2008-11-04 Thread Augusto TMW
Hi, I'm trying do return a JSON with a $.ajax() method. here is my entire function: function carregaMes(d){ if(!(_reunioes[reg+d.month+d.year])){ $.ajax({ url: reunioes.jsp, data: mes=+d.month+ano=+d.year, async: false,