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