faylang/fay-jquery

Data are send as [object Object]

Closed this issue · 1 comments

When I call the ajaxPost function,
the data in the body is an object, so is is serialized into [object Object] string.
It should be serialized into something like {myField: "value", myField2:[]}.

Fixed by #31, released in 0.6.0.3