mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: Add page header section to Math docs. See #1392
This commit is contained in:
parent
72b45976d8
commit
cd033090d3
@ -806,6 +806,23 @@ BAD => No minus (-) here! $#,###.00 or [-] here either <= BAD</textarea>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
||||
<h1>Page Header</h1>
|
||||
<div>
|
||||
<pre class="prettyprint lang-html"><!-- load your chosen theme -->
|
||||
<link rel="stylesheet" href="css/theme.blue.css">
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="js/jquery.min.js"></script>
|
||||
|
||||
<!-- Tablesorter: required -->
|
||||
<script src="js/jquery.tablesorter.js"></script>
|
||||
<script src="js/widget-math.js"></script>
|
||||
|
||||
<!-- load filter widget if needed -->
|
||||
<script src="js/widget-filter.js"></script></pre>
|
||||
</div>
|
||||
|
||||
|
||||
<h1>Javascript</h1>
|
||||
<div id="javascript">
|
||||
<pre class="prettyprint lang-javascript"></pre>
|
||||
|
Loading…
Reference in New Issue
Block a user