2013-06-13 31 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函數?

相關問題