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/addClass.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
<returntype="String"/>
17
17
</argument>
18
18
</signature>
19
-
<desc>Adds the specified class(es) to each of the set of matched elements.</desc>
19
+
<desc>Adds the specified class(es) to each element in the set of matched elements.</desc>
20
20
<longdesc>
21
21
<p>It's important to note that this method does not replace a class. It simply adds the class, appending it to any which may already be assigned to the elements.</p>
22
22
<p>More than one class may be added at a time, separated by a space, to the set of matched elements, like so:</p>
0 commit comments