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

2008-11-06 Thread Augusto TMW
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Augusto TMW > Sent: Wednesday, November 05, 2008 1:56 PM > To: jQuery (English) > Subject: [jQuery] Re: Problems with the JSON return from the jQuery.ajax() > method > > Hi, thanks about yo

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

2008-11-05 Thread Augusto TMW
}, { "dia":"25", "horario":"21:15", "local":"lorem ipsum", "titulo":"Visita 02",

[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,