mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: Use dist file in sortAppend & sortForce. See #1331
This commit is contained in:
parent
300f436ec8
commit
8ddfe819e1
@ -19,10 +19,7 @@
|
|||||||
th { width: 16.7%; }
|
th { width: 16.7%; }
|
||||||
#result1, #result2 { color: red; font-size: .8em; font-weight: normal; vertical-align: text-top; }
|
#result1, #result2 { color: red; font-size: .8em; font-weight: normal; vertical-align: text-top; }
|
||||||
</style>
|
</style>
|
||||||
<script src="../js/jquery.tablesorter.js"></script>
|
<script src="../dist/js/jquery.tablesorter.js"></script>
|
||||||
|
|
||||||
<!-- Tablesorter: optional -->
|
|
||||||
<script src="../addons/pager/jquery.tablesorter.pager.js"></script>
|
|
||||||
|
|
||||||
<script id="js">$(function() {
|
<script id="js">$(function() {
|
||||||
$('#table1').tablesorter({
|
$('#table1').tablesorter({
|
||||||
|
@ -17,9 +17,6 @@
|
|||||||
<link rel="stylesheet" href="../css/theme.blue.css">
|
<link rel="stylesheet" href="../css/theme.blue.css">
|
||||||
<script src="../js/jquery.tablesorter.js"></script>
|
<script src="../js/jquery.tablesorter.js"></script>
|
||||||
|
|
||||||
<!-- Tablesorter: optional -->
|
|
||||||
<script src="../addons/pager/jquery.tablesorter.pager.js"></script>
|
|
||||||
|
|
||||||
<script id="js">$(function() {
|
<script id="js">$(function() {
|
||||||
|
|
||||||
// call the tablesorter plugin
|
// call the tablesorter plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user