You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/attribute-contains-selector.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<desc>An attribute value. Can be either an unquoted single word or a quoted string.</desc>
12
12
</argument>
13
13
</signature>
14
-
<desc>Selects elements that have the specified attribute with a value containing the a given substring.</desc>
14
+
<desc>Selects elements that have the specified attribute with a value containing a given substring.</desc>
15
15
<longdesc>
16
16
<p>This is the most generous of the jQuery attribute selectors that match against a value. It will select an element if the selector's string appears anywhere within the element's attribute value. Compare this selector with the Attribute Contains Word selector (e.g. [attr~="word"]), which is more appropriate in many cases.</p>
0 commit comments