$(function(){ $('.moveout_go').on('click', function () { //2 вариант $(this).nextAll('.moveout_body').eq(0).slideToggle(200); }); });