Example #1
0
 /**
  * @param string|Element|Tag|Field|\DOMNode $target css selector or Element
  *
  * @return Element|Tag|Field
  */
 public function prependTo($target)
 {
     return $target->insertBefore($target->ownerDocument->importNode($this, true), $target->firstChild);
 }