Searched refs:seletor (Results 1 – 1 of 1) sorted by relevance
3068 public function appendTo( $seletor) { argument3069 return $this->insert($seletor, __FUNCTION__);3093 public function prependTo( $seletor) { argument3094 return $this->insert($seletor, __FUNCTION__);3118 public function insertBefore( $seletor) { argument3119 return $this->insert($seletor, __FUNCTION__);3142 public function insertAfter( $seletor) { argument3143 return $this->insert($seletor, __FUNCTION__);