We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e137a commit d8a6b7fCopy full SHA for d8a6b7f
1 file changed
entries/prependTo.xml
@@ -43,7 +43,10 @@
43
<example>
44
<desc>Prepends all spans to the element with the ID "foo"</desc>
45
<css><![CDATA[div { background:yellow; }]]></css>
46
- <code><![CDATA[$("span").prependTo("#foo"); // check prepend() examples]]></code>
+ <code><![CDATA[
47
+// Check prepend() for more examples
48
+$("span").prependTo("#foo");
49
+]]></code>
50
<html><![CDATA[<div id="foo">FOO!</div>
51
52
<span>I have something to say... </span>]]></html>
0 commit comments