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!

  • @param object object Wrapper
  • @param string form Form to handle
  • @param function callback callback to
  • @return bool
  • @example _('.wrapper').ajaxPost(form);
Example:

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



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