Skip to content

Commit f79b51c

Browse files
authored
insertAfter: Change hyphen with em dash
Closes gh-1158
1 parent 86ddf41 commit f79b51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/insertAfter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</signature>
1515
<desc>Insert every element in the set of matched elements after the target.</desc>
1616
<longdesc>
17-
<p>The <code><a href="/after/">.after()</a></code> and <code>.insertAfter()</code> methods perform the same task. The major difference is in the syntax-specifically, in the placement of the content and target. With <code>.after()</code>, the selector expression preceding the method is the container after which the content is inserted. With <code>.insertAfter()</code>, on the other hand, the content precedes the method, either as a selector expression or as markup created on the fly, and it is inserted after the target container.</p>
17+
<p>The <code><a href="/after/">.after()</a></code> and <code>.insertAfter()</code> methods perform the same task. The major difference is in the syntax&#x2014;specifically, in the placement of the content and target. With <code>.after()</code>, the selector expression preceding the method is the container after which the content is inserted. With <code>.insertAfter()</code>, on the other hand, the content precedes the method, either as a selector expression or as markup created on the fly, and it is inserted after the target container.</p>
1818
<p>Consider the following HTML:</p>
1919
<pre><code>
2020
&lt;div class="container"&gt;

0 commit comments

Comments
 (0)