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/jQuery.trim.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
<p>The <code>$.trim()</code> function removes all newlines, spaces (including non-breaking spaces), and tabs from the beginning and end of the supplied string. If these whitespace characters occur in the middle of the string, they are preserved.</p>
13
13
</longdesc>
14
14
<example>
15
-
<desc>Remove the two white spaces at the start and at the end of the string.</desc>
15
+
<desc>Remove the white spaces at the start and at the end of the string.</desc>
0 commit comments