There are a bunch of blocks with the same style.
<div class='totall'> <a class='link'>text</a> <div class='opis' style="display:none;"> text text text </div> </div> required by clicking $ ('. link'). click (function ()
change toggle visibility
tried so
$('.link').click(function() { $(this).closest('.opis').toggle( "slow" ); });