 $(document).ready(function() {  
  $('.commentcontent .comment_inner').jTruncate();  
  $('.rightarrow').click(function(){
    $('.writecommen_content').toggle();
  });
  $('.showresponse').click(function(){
    $('.pcomment'+this.id).toggle();
    $('.respondcommentlist'+this.id).toggle();
  });
 }); 