Skip to content

function_appendTo

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

Function appendTo

_.appendTo(to)



append element to...


🌍 Universal function

This function is for the Command Line Interface and Websites!


Parameter list

Type @var Description Required
object [object] Wrapper Optional
string to Append to Required

Example:

_("<b>Hi!</b>").appendTo(".inner")


Returns:

null




Back to function list
Clone this wiki locally