jquery - FloatThead Table 上面有一个可折叠的 div

标签 jquery html jquery-plugins slidetoggle

我有一个包含大量数据的表。我需要一种方法在滚动时将表头锁定在页面顶部。我使用窗口滚动和固定位置在页面中合并了 FloatThead jquery 类,效果很好。

但是,我有一个高度为 600px 的可折叠 div,表格就在它的正下方。页面加载时 div 折叠。当我单击按钮切换 div 时,表头停留在 div 中间的原始位置,直到发生鼠标滚轮事件,然后表头移动到表的开头。当我单击折叠 div 时,也会发生同样的情况。

任何解决此问题的帮助都会很棒。

jQuery

<script>
    fl(document).ready(function(){
        fl(".sticky-header").floatThead({position: 'fixed'});
    });

    o(function(){
        o('.dashLegend').click(function(){
            o(this).parent().find('.content').slideToggle("slow");
            var text = document.getElementById("dash").innerHTML;
                if(text == "Click to Hide Statistics Table") {
                    document.getElementById("dash").innerHTML = "Click to Show Statistics Table";
                } else if(text =="Click to Show Statistics Table") {
                    document.getElementById("dash").innerHTML = "Click to Hide Statistics Table";
                }
        });
   });
</script>

HTML

<fieldset>
   <legend class="dashLegend" style="color:#0000EE;" id="dash">Click to Show Statistics Table</legend> 
     <div class="content" style="height:600px;">content</div>
</fieldset>

<table class="table sticky-header move" id="tableBorder" border="0" cellpadding="0" cellspacing="0">
    <thead>
        <tr class="alignBottom" >
           <th class="noBottomBorder alignBottom" id="nameTh" onClick="changeNameArrow()" style="width: 20%;"><img id="nameArrow" src="images/UpAndDown1.png" >Name</img></th>
           <th class="noBottomBorder">Grade When Administered</th>
           <th class="noBottomBorder">Gender</th>
           <th class="noBottomBorder">Ethnicity</th>
           <th class="noBottomBorder alignBottom" id="elaTh" onClick="changeELAArrow()"><img id="ELAArrow" src="images/UpAndDown1.png" />PASS ELA Scale Score</th>
           <th class="noBottomBorder">PASS ELA</th>
       </tr> 
    </thead>
    <tbody><tr><td>content</td></tr></tbody>
</table>

最佳答案

找到了一个解决方案,该解决方案包含在我之前错过的 floatthead 类中。这允许对表格和标题进行操作以适当移动 DOM。

position: 'absolute'

而不是

position: 'fixed'

关于jquery - FloatThead Table 上面有一个可折叠的 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35848707/

相关文章:

php - 如何评估来自 jQuery $.get 的数据返回 bool 值

javascript - 我的下拉菜单无法正常工作

html - 使另一个div两侧的div扩展到容器的边缘

jquery - 如何使用在运行时分配给页面元素的 qTip2 创建工具提示

jquery - jscrollpane 的问题(自定义样式)

javascript - 如何将 javascript 变量值传递给 jsp 值

javascript - 无法自动启动动画

html - 将多个图像居中在一条线上

javascript - Reveal JS 仅使部分屏幕响应滑动手势

javascript - 如何使用同名元素的值