phpQueryObject::removeData PHP Method

removeData() public method

..
public removeData ( $key )
$key
    public function removeData($key)
    {
        foreach ($this as $node) {
            phpQuery::removeData($node, $key, $this->getDocumentID());
        }
        return $this;
    }