We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec60cb commit b1da4b4Copy full SHA for b1da4b4
entries/each.xml
@@ -18,7 +18,7 @@
18
</code></pre>
19
<p>You can select the list items and iterate across them:</p>
20
<pre><code>$( "li" ).each(function( index ) {
21
- console.log( index + ": "" + $(this).text() );
+ console.log( index + ": " + $(this).text() );
22
});
23
24
<p>A message is thus logged for each item in the list:</p>
0 commit comments