1 2 3 4
$('.show-spoiler').click(function(){ $(this).next('.spoiler').slideToggle(); return false; });