Find the ( ) ( ) ( ) code example
Example: (this).find
$('article a').click(function() {
$(this).parent().find('h3').slideToggle('fast');
});
$('article a').click(function() {
$(this).parent().find('h3').slideToggle('fast');
});