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/data.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
<desc>Store arbitrary data associated with the matched elements.</desc>
22
22
<longdesc>
23
23
<p>The <code>.data()</code> method allows us to attach data of any type to DOM elements in a way that is safe from circular references and therefore from memory leaks.</p>
24
-
<p>We can set several distinct values for a single element and retrieve them later:</p>
24
+
<p>We can set several distinct values for a single element and retrieve them later:</p>
0 commit comments