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/text.xml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,11 @@ $( "p:last" ).html( str );
52
52
<entrytype="method"name="text"return="jQuery">
53
53
<signature>
54
54
<added>1.0</added>
55
-
<argumentname="textString"type="String">
56
-
<desc>A string of text to set as the content of each matched element.</desc>
55
+
<argumentname="text">
56
+
<typename="String"/>
57
+
<typename="Number"/>
58
+
<typename="Boolean"/>
59
+
<desc>The text to set as the content of each matched element. When Number or Boolean is supplied, it will be converted to a String representation.</desc>
0 commit comments