Skip to content

function_html

Wesley de Groot edited this page Oct 23, 2015 · 36 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v0.0.6 Final

Function html

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


place html in a object from the website

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(); //Read`

Returns:

Array



Back to function list

Clone this wiki locally