39 lines
966 B
HTML
39 lines
966 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>jQuery tablesorter 2.0 - Bootstrap Themes</title>
|
|
|
|
<!-- Demo stuff -->
|
|
<link rel="stylesheet" href="css/jq.css">
|
|
<link rel="stylesheet" href="css/bootstrap-v3.min.css">
|
|
<script src="js/docs.js"></script>
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="banner">
|
|
<h1>table<em>sorter</em></h1>
|
|
<h2>Bootstrap Themes</h2>
|
|
<h3>Flexible client-side table sorting</h3>
|
|
<a href="index.html">Back to documentation</a>
|
|
</div>
|
|
|
|
<div id="main">
|
|
|
|
<p class="tip">
|
|
<span class="label warning">NOTE!</span>
|
|
</p>
|
|
<h3>In <span class="version updated">v2.28.4</span>, Bootstrap demo files were renamed</h3>
|
|
<h4>Choose the demo by version number below:</h4>
|
|
<ul>
|
|
<li><a href="example-option-theme-bootstrap-v4.html">Bootstrap v4.x</a></li>
|
|
<li><a href="example-option-theme-bootstrap-v3.html">Bootstrap v3.x</a></li>
|
|
<li><a href="example-option-theme-bootstrap-v2.html">Bootstrap v2.x</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|