... $(document).ready(function(){ $('.list-comments .viewAll').click(function(e){var idComment = $(this).attr('rel'); if(idComment==""){ $.post("/bg/politika/kuzman-iliev-sled-vota-riskat-/", { showAll: "1", idComment: "" }, function( data ) { $("#comments-load").html( data ); }); $(this).hide(); }else{ $.post("/bg/politika/kuzman-il

