Skip to content

flbeta_function_DOMEval

Wesley de Groot edited this page Jul 26, 2018 · 2 revisions
                     _          
                    (_)         
                     _    _____ 
                    | |  / ____|
                    | |  | (___ 
                _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                     v0.1.0 Beta

Function DOMEval

_('.wrapper').DOMEval(code, doc)



Eval code in DOM


🕸 Web Only

This function is only for websites


Parameter list

Type @var Description Required
code code to run Required

Example:

_().DOMEval('alert(1)')


Returns:

bool




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