Re: [jQuery] jQuery $.get callback function not being called

2009-11-07 Thread Michel Belleville
It's been a long time since my last PHP days but shouldn't you echo or print something to get it sent ? It seems you'd get an empty response here (unless json_encode already outputs the answer to the response). And as you expect at least a bit of json to run through and output parts of, your callba

[jQuery] jQuery $.get callback function not being called

2009-11-07 Thread ArnieML
Hello, I hope someone can help. I'm issuing the following ajax jquery call: $.get("/ajaxtest.php", { ajax: "true", east: northEast.lng(), west: southWest.lng(), north: northEast.lat(), south: southWest.lat(), mood: amood }, function (data) { for(var i=0; i