File tree Expand file tree Collapse file tree 8 files changed +73
-2
lines changed Expand file tree Collapse file tree 8 files changed +73
-2
lines changed Original file line number Diff line number Diff line change
1
+ <h2 >jQuery Color - Git Builds</h2 >
2
+ <p >UNSTABLE, NOT FOR PRODUCTION</p >
3
+
4
+ <ul >
5
+ <li >
6
+ jQuery Color git build -
7
+ <a href =" /color/jquery.color-git.js" >uncompressed</a >
8
+ </li >
9
+ <li >
10
+ jQuery Color SVG Color Names git build -
11
+ <a href =" /color/jquery.color.svg-names-git.js" >uncompressed</a >
12
+ </li >
13
+ <li >
14
+ jQuery Color With Names (last two together) git build -
15
+ <a href =" /color/jquery.color.plus-names-git.js" >uncompressed</a >
16
+ </li >
17
+ </ul >
Original file line number Diff line number Diff line change 2
2
" title" : " jQuery Color - All Versions"
3
3
}</script >
4
4
5
+ {{ include " color-git" }}
6
+
7
+ <h2 >jQuery Color - All Versions</h2 >
5
8
{{ #each color.all }}
6
- <h2 >{{ version }} </h2 >
9
+ <h3 >{{ version }} </h3 >
7
10
{{ include " color-release" }}
8
11
{{ /each }}
Original file line number Diff line number Diff line change
1
+ <h2 >jQuery Mobile - Git Builds</h2 >
2
+ <p >UNSTABLE, NOT FOR PRODUCTION</p >
3
+
4
+ <ul >
5
+ <li >
6
+ jQuery Mobile git build -
7
+ <a href =" /mobile/git/jquery.mobile-git.js" >uncompressed</a >,
8
+ <a href =" /mobile/git/jquery.moblie-git.min.js" >minfied</a >,
9
+ <a href =" /mobile/git/jquery.mobilt-git.css" >theme</a >
10
+ (<a href =" /mobile/git/jquery.mobile-git.min.css" >minified</a >)
11
+ </li >
12
+ </ul >
Original file line number Diff line number Diff line change 2
2
" title" : " jQuery Mobile - All Versions"
3
3
}</script >
4
4
5
+ {{ include " mobile-git" }}
6
+
7
+ <h2 >jQuery Mobile - All Vesions</h2 >
8
+ <ul >
5
9
{{ #each mobile.all }}
6
10
{{ include " mobile-release" }}
7
11
{{ /each }}
12
+ </ul >
Original file line number Diff line number Diff line change
1
+ <h2 >QUnit - Git Builds</h2 >
2
+ <p >UNSTABLE, NOT FOR PRODUCTION</p >
3
+
4
+ <ul >
5
+ <li >
6
+ QUnit git build -
7
+ <a href =" /qunit/qunit-git.js" >uncompressed</a >,
8
+ <a href =" /qunit/qunit-git.css" >theme</a >
9
+ </li >
10
+ </ul >
Original file line number Diff line number Diff line change 2
2
" title" : " QUnit - All Versions"
3
3
}</script >
4
4
5
+ {{ include " qunit-git" }}
6
+
7
+ <h2 >QUnit - All Versions</h2 >
8
+ <ul >
5
9
{{ #each qunit.all }}
6
10
{{ include " qunit-release" }}
7
11
{{ /each }}
12
+ </ul >
Original file line number Diff line number Diff line change
1
+ <h2 >jQuery UI - Git Builds</h2 >
2
+ <p >UNSTABLE, NOT FOR PRODUCTION</p >
3
+
4
+ <ul >
5
+ <li >
6
+ jQuery UI git build</a > -
7
+ <a href =" /ui/jquery-ui-git.js" >uncompressed</a >,
8
+ <a href =" /ui/jquery-ui-git.csss" >theme</a >
9
+ </li >
10
+ <li >
11
+ jQuery UI 1.9 git build</a > -
12
+ <a href =" /ui/jquery-ui-1-9-git.js" >uncompressed</a >,
13
+ <a href =" /ui/jquery-ui-1-9-git.css" >theme</a >
14
+ </li >
15
+ </ul >
Original file line number Diff line number Diff line change 2
2
" title" : " jQuery UI - All Versions"
3
3
}</script >
4
4
5
+ {{ include " ui-git" }}
6
+
5
7
{{ #each ui }}
6
8
<h2 >jQuery UI {{ major }} </h2 >
7
9
{{ release " jQuery UI" latestStable }}
11
13
{{ /each }}
12
14
{{ #if all.length }}
13
15
<h3 >Previous Releases</h3 >
16
+ <ul >
14
17
{{ #each all }}
15
18
<li >
16
19
{{ release " jQuery UI" this }} , {{ uiTheme this }}
17
20
</li >
18
21
{{ /each }}
22
+ </ul >
19
23
{{ /if }}
20
- {{ /each }}
24
+ {{ /each }}
You can’t perform that action at this time.
0 commit comments