faylang/fay-jquery

ajaxPostParam not sending parameters

Opened this issue · 0 comments

The following code sends a POST request but with no parameters:

ajaxPostParam "/sandbox" "foo" "bar" putStrLn (\_ _ _ -> return ())