more cleanup

This commit is contained in:
Mottie 2013-04-04 16:33:28 -05:00
parent 83c39b4dc6
commit ffafc9ea07
3 changed files with 4 additions and 3 deletions

View File

@ -222,7 +222,8 @@ $(function(){
} }
}); });
});&lt;/script&gt;</pre> });
&lt;/script&gt;</pre>
</div> </div>
<h1>CSS</h1> <h1>CSS</h1>
<div id="css"> <div id="css">

View File

@ -22,7 +22,7 @@
<!-- <script src="../addons/pager/jquery.tablesorter.pager.js"></script> --> <!-- <script src="../addons/pager/jquery.tablesorter.pager.js"></script> -->
<style> <style>
th.resizable-false { background-color: #e6bf99; } th.tablesorter-header.resizable-false { background-color: #e6bf99; }
</style> </style>
<script id="js">$(function() { <script id="js">$(function() {

View File

@ -724,7 +724,7 @@ ts.addWidget({
priority: 60, priority: 60,
options: { options: {
stickyHeaders: 'tablesorter-stickyHeader', stickyHeaders: 'tablesorter-stickyHeader',
stickyHeaders_cloneId: '-sticky', // added to table ID, if it exists stickyHeaders_cloneId: '-sticky' // added to table ID, if it exists
}, },
format: function(table, c, wo){ format: function(table, c, wo){
if (c.$table.hasClass('hasStickyHeaders')) { return; } if (c.$table.hasClass('hasStickyHeaders')) { return; }