Skip to content

Commit

Permalink
replaceAll(): Remove comment to fix example. Closes #231
Browse files Browse the repository at this point in the history
  • Loading branch information
kswedberg committed Jan 24, 2013
1 parent 650dfe8 commit 28eb965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entries/replaceAll.xml
Expand Up @@ -34,11 +34,11 @@
</longdesc>
<example>
<desc>Replace all the paragraphs with bold words.</desc>
<code><![CDATA[$("<b>Paragraph. </b>").replaceAll("p"); // check replaceWith() examples]]></code>
<code><![CDATA[$("<b>Paragraph. </b>").replaceAll("p");]]></code>
<html><![CDATA[<p>Hello</p>
<p>cruel</p>
<p>World</p>]]></html>
</example>
<category slug="manipulation/dom-replacement"/>
<category slug="version/1.2"/>
</entry>
</entry>

0 comments on commit 28eb965

Please sign in to comment.