We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdea0e commit 0fa131eCopy full SHA for 0fa131e
entries/length.xml
@@ -15,7 +15,8 @@
15
var n = $("div").length;
16
$("span").text("There are " + n + " divs." +
17
"Click to add more.");
18
-}).trigger('click'); // trigger the click to start]]></code>
+}).trigger('click'); // trigger the click to start
19
+]]></code>
20
<css><![CDATA[
21
body { cursor:pointer; }
22
div { width:50px; height:30px; margin:5px; float:left;
0 commit comments