Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
jquery :: JavaScriptGenerator Source #
Generate javascript functions that use the jQuery library
to make the AJAX calls. Uses defCommonGeneratorOptions
for the generator options.
jqueryWith :: CommonGeneratorOptions -> JavaScriptGenerator Source #
Generate javascript functions that use the jQuery library
to make the AJAX calls. Lets you specify your own CommonGeneratorOptions
.
generateJQueryJS :: AjaxReq -> Text Source #
js codegen using JQuery using default options
generateJQueryJSWith :: CommonGeneratorOptions -> AjaxReq -> Text Source #
js codegen using JQuery