pQuery\IQuery::val PHP Метод

val() публичный Метод

Get the current value of the first element in the set of matched elements or set the value of every matched element.
public val ( string | null $value = null )
$value string | null The new value of the element or null to return the current value.
    function val($value = null);