From 1ab35f1d53f957d1f1b458eb59fc1be099e67288 Mon Sep 17 00:00:00 2001 From: biziclop <904630+biziclop@users.noreply.github.com> Date: Thu, 3 Nov 2022 23:48:03 +0100 Subject: [PATCH] =?UTF-8?q?Added=20"=E2=80=A6=20is=20a=20jQuery=20extensio?= =?UTF-8?q?n"=20note?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entries/contains-selector.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/entries/contains-selector.xml b/entries/contains-selector.xml index e1488269..90710f18 100644 --- a/entries/contains-selector.xml +++ b/entries/contains-selector.xml @@ -12,6 +12,7 @@

The matching text can appear directly within the selected element, in any of that element's descendants, or a combination thereof. As with attribute value selectors, text inside the parentheses of :contains() can be written as a bare word or surrounded by quotation marks. The text must have matching case to be selected.

+ Finds all divs containing "John" and underlines them.