Skip to content

Commit a7ece85

Browse files
Update README.md
1 parent 32bdcb2 commit a7ece85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@ Example:
311311

312312
In the example above, the `My text string` is placed inside the third `li` tag which is inside the first `ul` tag, and the ul tag itself is a tag inside the tag whose class is equal to the value of `my-class`.
313313

314+
You can also specify parent tags based on a tag.
315+
316+
Example:
317+
`/<p>4`
318+
319+
In the above example, the parent of the fifth `p` tag is selected. You can select higher parents by adding multiple slash characters `/`.
320+
314321
## Web-Forms tag
315322

316323
WebFormsJS allows you to create `web-forms` tags on pages. The web-forms tags must have one of the `src` and `ac` attributes or both of them.

0 commit comments

Comments
 (0)