Skip to content

Commit b1c8c16

Browse files
NameFILIPajpiano
authored andcommitted
Add missing code fences in between sections of "Using jQuery's index() function" article to fix syntax highlighting. Fixes jquery#278.
2 parents 1f48ad2 + cfe6618 commit b1c8c16

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)