all. I am using a jquery version 1.6.2. I do a ajax call like this:
var jqxhr = $j.post(myPHP, function() { alert(\"success\"); })
In my case, it was not due to Cross domain. I was not using e.PreventDefault(). See here