> 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
},
{
"dia":"25",
"horario":"21:15",
"local":"lorem ipsum",
"titulo":"Visita 02",
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,
3 matches
Mail list logo