Skip to content

flbeta_function_ajaxPOST

Wesley de Groot edited this page Nov 5, 2017 · 34 revisions
                     _          
                    (_)         
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.1.0 Beta

Function ajaxPOST

⛔️ _('.wrapper').ajaxPOST(form, callback)



ajaxPost Posts a form, tru ajax.
Please not call this function yourself, unless you know what you are doing!


Internal Function!

⛔️ Please do not use for plugins!


🕸 Web Only

This function is only for websites


Parameter list

Type @var Description Required
object object Wrapper Required
string form Form to handle Required
function callback callback to Required

Example:

_('.wrapper').ajaxPost(form)


Returns:

bool




[Back to function list](https://github.com/wdg/_.js/wiki/Function%20List%20(Beta))
Clone this wiki locally