(esto) encontrar

$('article a').click(function() {
    $(this).parent().find('h3').slideToggle('fast');
});
Creepy Chipmunk