[jQuery] Re: $.post - post array is empty

2009-09-09 Thread Armand Turpel
i found the solution. the problem is that browsers *dont allow cross site ajax*. with *jsonp* in $.ajax it works. it would be great to emphasize this in every ajax function doc. it toke me a few hours of debugging to come to this insight Cesar Sanz wrote: try _REQUEST['aa'] and see if is

[jQuery] Re: $.post - post array is empty

2009-09-09 Thread Cesar Sanz
try _REQUEST['aa'] and see if is data is not empty - Original Message - From: "atur" To: "jQuery (English)" Sent: Wednesday, September 09, 2009 3:48 AM Subject: [jQuery] $.post - post array is empty Hi, I stick on a wired ajax problem. The following code works on my local machine