jquery親の子を操作

$(‘.blockAco’).click( function() {

var _t = $(this).parent().parent();
$(‘.qalistTxt’,_t).slideToggle();

return false;
});