We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650dfe8 commit 28eb965Copy full SHA for 28eb965
entries/replaceAll.xml
@@ -34,11 +34,11 @@
34
</longdesc>
35
<example>
36
<desc>Replace all the paragraphs with bold words.</desc>
37
- <code><![CDATA[$("<b>Paragraph. </b>").replaceAll("p"); // check replaceWith() examples]]></code>
+ <code><![CDATA[$("<b>Paragraph. </b>").replaceAll("p");]]></code>
38
<html><![CDATA[<p>Hello</p>
39
<p>cruel</p>
40
<p>World</p>]]></html>
41
</example>
42
<category slug="manipulation/dom-replacement"/>
43
<category slug="version/1.2"/>
44
-</entry>
+</entry>
0 commit comments