tablesorter/docs/example-widget-bootstrap-theme.html

39 lines
966 B
HTML
Raw Normal View History

2013-02-17 19:53:33 +00:00
<!DOCTYPE html>
2012-09-27 19:57:19 +00:00
<html>
<head>
<meta charset="utf-8">
2017-01-07 01:46:57 +00:00
<title>jQuery tablesorter 2.0 - Bootstrap Themes</title>
2012-09-27 19:57:19 +00:00
<!-- Demo stuff -->
<link rel="stylesheet" href="css/jq.css">
2017-01-07 01:46:57 +00:00
<link rel="stylesheet" href="css/bootstrap-v3.min.css">
2012-09-27 19:57:19 +00:00
<script src="js/docs.js"></script>
</head>
<body>
<div id="banner">
<h1>table<em>sorter</em></h1>
2017-01-07 01:46:57 +00:00
<h2>Bootstrap Themes</h2>
2012-09-27 19:57:19 +00:00
<h3>Flexible client-side table sorting</h3>
<a href="index.html">Back to documentation</a>
</div>
<div id="main">
<p class="tip">
2017-01-07 01:46:57 +00:00
<span class="label warning">NOTE!</span>
2016-01-10 22:24:57 +00:00
</p>
2017-01-07 01:46:57 +00:00
<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>
2016-01-10 22:24:57 +00:00
<ul>
2017-01-07 01:46:57 +00:00
<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>
2016-01-10 22:24:57 +00:00
</ul>
2012-09-27 19:57:19 +00:00
</div>
</body>
</html>