Skip to content

function_framebreak

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

Function framebreak

_('.wrapper').framebreak()



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)

Clone this wiki locally