Get a set of elements containing all of the unique immediate children of each of the matched set of elements.
This set can be filtered with an optional expression that will cause only elements matching the selector to be collected. Also note: while parents() will look at all ancestors, children() will only consider immediate child elements.
Arguments:
| expr (Optional) | String | |
|---|---|---|
| An expression to filter the child Elements with. | ||
Examples:
| Name | Type |
|---|