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/attr.xml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,8 @@ The title of the emphasis is:<div></div>
147
147
<argumentname="value">
148
148
<typename="String"/>
149
149
<typename="Number"/>
150
-
<desc>A value to set for the attribute.</desc>
150
+
<typename="Null"/>
151
+
<desc>A value to set for the attribute. If <code>null</code>, the specified attribute will be removed (as in <ahref="/removeAttr/"><code>.removeAttr()</code></a>).</desc>
<p>The <code>null</code> keyword is a JavaScript literal that is commonly used to express the absence of an intentional value.</p>
437
+
435
438
<h2id="Date"> Date </h2>
436
439
<p>The Date type is a JavaScript object that represents a single moment in time. Date objects are instantiated using their constructor function, which by default creates an object that represents the current date and time.
0 commit comments