pQuery\IQuery::html PHP 메소드

html() 공개 메소드

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);