Skip to content

flbeta_function_ajax

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

Function ajax

_('.wrapper').ajax(url, options)



Loads a page AJAX


🌍 Universal function

This function is for the Command Line Interface and Websites!


Parameter list

Type @var Description Required
object object Wrapper Required
string url Url to get Required
object options extra options Required

Example:

for web use: _('.wrapper').ajax(url, options)

for node use: _.ajax(url, options)


Returns:

bool/string




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