This should work for you:

$('dt').click(function() {
    $(this).nextAll('dd').doSomething()
});

Reply via email to