Skip to content

Commit 34b77f5

Browse files
committed
separating html from js (for syntax-highlighting)
1 parent a196d96 commit 34b77f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

page/using-jquery-core/understanding-index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Potential confusion comes from the other examples of `.index()` in the above cod
5050
<div class="test"></div>
5151
</ul>
5252
<div id="last"></div>
53+
```
5354

55+
```
5456
var $foo = $("li");
5557
5658
// this implicitly calls .first()

0 commit comments

Comments
 (0)