CODE JS:
$( ".plus" ).on( "click", function() {
  $(this).closest('.clasa-comuna').find('arata').show();
  });
What I want to do is to display div "arata" It is the current element.
I tried something like 'but it displays all divs.
 $(".arata").toggle();
How can I solve this problem?
I hope I managed to make myself understood ... if you need more explanations are available.
Thanks in advance!