Skip to content

function_ajaxPOST

Wesley de Groot edited this page Oct 23, 2015 · 36 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

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!

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:

Array



Back to function list

Clone this wiki locally