Skip to content

flbeta_function_html

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

Function html

_('.wrapper').html(data, append)



place html in a object from the website


🕸 Web Only

This function is only for websites


Parameter list

Type @var Description Required
object object Wrapper Required
string [data] HTML to write Optional

Example:

_('.wrapper').html('hi, i\'m new') //Write

_('.wrapper').html('hi, i\'m new', true) //Append

_('.wrapper').html() //Read


Returns:

this




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