Skip to content

function_html

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

Function html

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


place html in a object from the website

  • @param object object Wrapper
  • @param string [data] HTML to write
  • @return this
  • @example _('.wrapper').html('hi, i'm new'); //Write
  • @example _('.wrapper').html(); //Read
##### Example: `_('.wrapper').html('hi, i\'m new'); //Write`

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



Back to function list

Clone this wiki locally