How to add class to chosen elements in array? – Jquery
I've got an array of comments, and want a part of them to be hidden, if hidden param is true, before a user clicks on a "load more" button. But it doesn't work properly, instead it adds hidden class to…