Skip to content

Commit f39001e

Browse files
committed
jquery: Add ids to the jQuery/Migrate groups
1 parent 6ecf03d commit f39001e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/jquery.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{include "jquery-git"}}
66

77
{{#with jquery2}}
8-
<h2>jQuery Core - All 2.x Versions</h2>
8+
<h2 id="jquery-all-2.x">jQuery Core - All 2.x Versions</h2>
99
<ul>
1010
{{#each all}}
1111
<li>{{release "jQuery Core" this}}</li>
@@ -14,7 +14,7 @@
1414
{{/with}}
1515

1616
{{#with jquery1}}
17-
<h2>jQuery Core - All 1.x Versions</h2>
17+
<h2 id="jquery-all-1.x">jQuery Core - All 1.x Versions</h2>
1818
<ul>
1919
{{#each all}}
2020
<li>{{release "jQuery Core" this}}</li>
@@ -23,7 +23,7 @@
2323
{{/with}}
2424

2525
{{#with migrate}}
26-
<h2>jQuery Migrate - All Versions</h2>
26+
<h2 id="jquery-migrate-all">jQuery Migrate - All Versions</h2>
2727
<ul>
2828
{{#each all}}
2929
<li>{{release "jQuery Migrate" this}}</li>

0 commit comments

Comments
 (0)