We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is because of faylang/fay#251
We should either fix that, or add temporary ajax bindings that actually works.
For now just use flat FFI bindings, like this:
jPost :: String -> Automatic f -> (Automatic g -> Fay ()) -> Fay () jPost = ffi "jQuery.ajax(%1, { data: JSON.stringify(%2), type: 'POST', processData: false, contentType: 'text/json', success: %3 })"
The text was updated successfully, but these errors were encountered:
This was fixed in fay-jquery 0.4.0.0.
Sorry, something went wrong.
No branches or pull requests
This is because of faylang/fay#251
We should either fix that, or add temporary ajax bindings that actually works.
For now just use flat FFI bindings, like this:
The text was updated successfully, but these errors were encountered: