2013-06-13 8 views
1
 
Now, I am having comments section like this in node view page. 

    Comment 1 
    comment 11 
    comment 12 
    Comment 2 
    Comment 3 
    comment 31 
    comment 32 
    comment 33 

But, I would to show this with show/hide option for replied comments with replies count. like below 

    Comment 1 
    show/hide 2 replies 
    ------------------ 
    | comment 11  | 
    | comment 12  | 
    ------------------ 
    Comment 2 
    Comment 3 
    show/hide 3 replies 
    --------------- 
    | comment 31 | 
    | comment 32 | 
    | comment 33 | 
    --------------- 

답변

0

당신은

<?php print $comment_count; ?> 

와 쇼에 대한 귀하의 템플릿에 의견의 수를 액세스하고 숨길 수 뭐죠 간단한 .hide()와 .show() jQuery를 기능에 대한?