显示/隐藏表列而不使用jQuery隐藏表头

时间:2013-12-13 08:31:52

标签: javascript jquery html css

我有一个代码隐藏并显示在http://jsfiddle.net/kZFqA/中只想隐藏列而不是标题。也就是当隐藏列时我想在标题内显示Show Associate。当我再次点击Show Associate它会消失从标题中显示隐藏的列..

请任何人回答如何...

$('.associateHide').live("click", function (e) {
    e.preventDefault();


    var hideClass = associateHideClass; 
    associateHTMLElements = HideSection(hideClass, associateStartElementString);

    $('.btnAssociate').show();

});

2 个答案:

答案 0 :(得分:0)

只需从tableColGroupAssociate元素中删除您的类(例如tableColGroupTransactionth),然后将其直接添加到td元素中。

我希望它可以帮到你。

答案 1 :(得分:0)

Use table body
<tbody>content here</tbody>
$(".associateHide tbody").hide();  //use hide and show