pQuery\IQuery::html PHP Method

html() public method

Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
public html ( string | null $value = null )
$value string | null The value to set.
    function html($value = null);