메소드 |
설명 |
|
contains ( $node, $value ) |
Provides :contains() as the original spec called for. |
|
containsExactly ( $node, $value ) |
Provides :contains-exactly QueryPath pseudoclass. |
|
has ( $node, $selector ) |
Provides :has pseudoclass. |
|
header ( $node ) |
Provides jQuery pseudoclass ':header'. |
|
isEmpty ( $node ) |
Provides pseudoclass :empty. |
|
isFirst ( $node ) |
Provides jQuery pseudoclass :first. |
|
isFirstOfType ( $node ) |
Fast version of first-of-type. |
|
isLast ( $node ) |
Fast version of jQuery :last. |
|
isLastOfType ( $node ) |
Provides last-of-type. |
|
isLocalLink ( $node ) |
|
|
isNot ( $node, $selector ) |
Provides :not pseudoclass. |
|
isNthChild ( $node, $value, $reverse = false, $byType = false ) |
Provides functionality for all "An+B" rules. |
|
lang ( $node, $value ) |
Pseudo-class handler for :lang. |
|
nodePositionFromEnd ( $node, $byType = false ) |
Get the relative position of a node in its sibling set. |
|
nodePositionFromStart ( $node, $byType = false ) |
Get the relative position of a node in its sibling set. |
|