Skip to content

function_ajaxPOST

Wesley de Groot edited this page Jul 31, 2018 · 36 revisions
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v1.0.0 Final

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
Clone this wiki locally