when using something like:
$('div a').each(function() {
// what´s the easiest way to get the "DIV" here?
}"div" doesn´t need to be a parent of "a". so, I need to know the exact location (DOM-wise) of my links to get the "div". I can somehow remember that there´s an extremely easy way to get the "div", but unfortunately I can´t remember ... thanks, patrick

