FluentDOM\Query\Attributes::offsetUnset PHP Method

offsetUnset() public method

Remove the attribute(s) on all selected element nodes
See also: ArrayAccess::offsetUnset()
See also: FluentDOM::removeAttr()
public offsetUnset ( string | array $name )
$name string | array
    public function offsetUnset($name)
    {
        $this->_fd->removeAttr($name);
    }