Added config test page for jQuery core 1.8B1

This commit is contained in:
toddparker 2011-10-13 15:46:55 -04:00
parent 9fd7c160ef
commit fbec0e3520
3 changed files with 42 additions and 2 deletions

View file

@ -68,7 +68,7 @@ $(document).bind("mobileinit", function(){
</code>
</pre>
<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>
<p>To quickly preview these global configuration options in action, check out the <a href="../config/index.html">config test pages</a>.</p>
<h2>Configurable options</h2>
<p>The following defaults are configurable via the <code>$.mobile</code> object:</p>

View file

@ -68,8 +68,14 @@
<p>Set the text that appears when a page fails to load through Ajax.</p>
</a>
</li>
<li>
<a href="jq17b1.html" data-ajax="false">
<h3>jQuery core version 1.7 Beta 1</h3>
<p>Test the docs with the latest jQuery core version</p>
</a>
</li>
</ul>
</div><!-- /ui-body wrapper -->
</div><!-- /page -->

34
docs/config/jq17b1.html Normal file
View file

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery Mobile Docs - Configuration</title>
<link rel="stylesheet" href="../../themes/default/" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
<script src="http://code.jquery.com/jquery-1.7b1.js"></script>
<script src="../../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
<script src="../_assets/js/jqm-docs.js"></script>
<script src="../../js/"></script>
</head>
<body>
<div data-role="page" class="type-index">
<div data-role="header" data-theme="f">
<h1>jQuery version</h1>
<a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a>
</div><!-- /header -->
<div data-role="content">
<h2>jQuery core version 1.7 Beta 1</h2>
<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>
<a href="../../index.html" data-role="button" data-icon="arrow-r" data-iconpos="right">Browse docs</a>
</div><!-- /ui-body wrapper -->
</div><!-- /page -->
</body>
</html>