Docs: fix mixed content issue, broken links & other stuff

This commit is contained in:
Rob Garrison 2015-11-09 13:11:10 -06:00
parent 08735db313
commit 2281786f11
3 changed files with 10 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<title>jQuery plugin: Tablesorter 2.0 - Pager plugin, Custom Pagination</title>
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="../docs/js/jquery-latest.min.js"></script>
<!-- Demo stuff -->
<link rel="stylesheet" href="../docs/css/jq.css">
@ -89,7 +89,7 @@
<h1>table<em>sorter</em></h1>
<h2>Pager plugin, Custom Pagination</h2>
<h3>Flexible client-side table sorting</h3>
<a href="index.html">Back to documentation</a>
<a href="../docs/index.html">Back to documentation</a>
</div>
<div id="main">

View File

@ -5,7 +5,7 @@
<title>jQuery plugin: Tablesorter 2.0 - Column reorder Widget</title>
<!-- jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<script src="../docs/js/jquery-latest.min.js"></script>
<!-- Demo stuff -->
<link rel="stylesheet" href="../docs/css/jq.css">
@ -54,9 +54,9 @@
<div id="banner">
<h1>table<em>sorter</em></h1>
<h2>Sticky Header Widget</h2>
<h2>Custom Reorder Widget (beta)</h2>
<h3>Flexible client-side table sorting</h3>
<a href="index.html">Back to documentation</a>
<a href="../docs/index.html">Back to documentation</a>
</div>
<div id="main">

View File

@ -775,12 +775,13 @@ $.extend($.tablesorter.language, {
<h1>Page Header</h1>
<div>
<pre class="prettyprint lang-html">&lt;!-- blue theme stylesheet --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;../css/theme.blue.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/theme.blue.css&quot;&gt;
&lt;!-- tablesorter plugin --&gt;
&lt;script src=&quot;../js/jquery.tablesorter.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;js/jquery-latest.min.js&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;js/jquery.tablesorter.js&quot;&gt;&lt;/script&gt;
&lt;!-- tablesorter widget file - loaded after the plugin --&gt;
&lt;script src=&quot;../js/jquery.tablesorter.widgets.js&quot;&gt;&lt;/script&gt;</pre>
&lt;script src=&quot;js/jquery.tablesorter.widgets.js&quot;&gt;&lt;/script&gt;</pre>
</div>
<h1>Javascript</h1>