phpQueryObject::insertBefore PHP Method

insertBefore() public method

..
public insertBefore ( $seletor ) : phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
return phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
    public function insertBefore($seletor)
    {
        return $this->insert($seletor, __FUNCTION__);
    }