buddy
{ firstName:"foo", lastName:"bar", email:"[email protected]" };
data
'{ "firstName":"foo", "lastName":"bar", "email":"[email protected]" }';
POST sends
{ "firstName":"foo", "lastName":"bar", "email":"[email protected]" }
buddy
{ firstName:"foo", lastName:"bar", email:"[email protected]" };
data
'{ "firstName":"foo", "lastName":"bar", "email":"[email protected]" }';
POST sends
{ "firstName":"foo","lastName":"bar","email":"[email protected]" }
and the error function is called with an err object:
"jQuery152011057530349834899_1305758039649 was not called"