$thatなんかいらない

$(this).val(function(i, value) {
 return value + 'ついか';
}).attr('xxx', function(i, attr) {
 return attr + 'ついか';
});