Skip to content

Commit fbec0e3

Browse files
committed
Added config test page for jQuery core 1.8B1
1 parent 9fd7c16 commit fbec0e3

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

docs/api/globalconfig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h3>The mobileinit event</h3>
6868
</code>
6969
</pre>
7070

71-
<p>To quickly preview a few of these global configuration options in action, check out the <a href="../config/index.html">config demo pages</a>.</p>
71+
<p>To quickly preview these global configuration options in action, check out the <a href="../config/index.html">config test pages</a>.</p>
7272

7373
<h2>Configurable options</h2>
7474
<p>The following defaults are configurable via the <code>$.mobile</code> object:</p>

docs/config/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,14 @@ <h3>pageLoadErrorMessage - "Yikes, we broke the internet!"</h3>
6868
<p>Set the text that appears when a page fails to load through Ajax.</p>
6969
</a>
7070
</li>
71+
<li>
72+
<a href="jq17b1.html" data-ajax="false">
73+
<h3>jQuery core version 1.7 Beta 1</h3>
74+
<p>Test the docs with the latest jQuery core version</p>
75+
</a>
76+
</li>
7177
</ul>
72-
78+
7379

7480
</div><!-- /ui-body wrapper -->
7581
</div><!-- /page -->

docs/config/jq17b1.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>jQuery Mobile Docs - Configuration</title>
7+
<link rel="stylesheet" href="../../themes/default/" />
8+
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
9+
<script src="http://code.jquery.com/jquery-1.7b1.js"></script>
10+
<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
11+
<script src="../_assets/js/jqm-docs.js"></script>
12+
<script src="../../js/"></script>
13+
</head>
14+
<body>
15+
16+
<div data-role="page" class="type-index">
17+
18+
<div data-role="header" data-theme="f">
19+
<h1>jQuery version</h1>
20+
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
21+
</div><!-- /header -->
22+
23+
<div data-role="content">
24+
25+
<h2>jQuery core version 1.7 Beta 1</h2>
26+
<p>To test, hit the button below and browse the docs. Note that if a link causes a refresh, this setting will be lost and the default settings will be seen.</p>
27+
<a href="../../index.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Browse docs</a>
28+
29+
30+
</div><!-- /ui-body wrapper -->
31+
</div><!-- /page -->
32+
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)